test_diff_commonOverlap method

int test_diff_commonOverlap(
  1. String text1,
  2. String text2
)

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

Implementation

int test_diff_commonOverlap(String text1, String text2) {
  return _diff_commonOverlap(text1, text2);
}