test_diff_halfMatch method

List<String>? test_diff_halfMatch(
  1. String text1,
  2. String text2
)

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

Implementation

List<String>? test_diff_halfMatch(String text1, String text2) {
  return _diff_halfMatch(text1, text2);
}