Hack to allow unit tests to call private method. Do not use.
Map<String, dynamic> test_diff_linesToChars(String text1, String text2) { return _diff_linesToChars(text1, text2); }