test_diff_linesToChars method

Map<String, dynamic> test_diff_linesToChars(
  1. String text1,
  2. String text2
)

Hack to allow unit tests to call private method. Do not use.

Implementation

Map<String, dynamic> test_diff_linesToChars(String text1, String text2) {
  return _diff_linesToChars(text1, text2);
}