test_diff_bisect method
Hack to allow unit tests to call private method. Do not use.
Implementation
List<Diff> test_diff_bisect(String text1, String text2, DateTime deadline) {
return _diff_bisect(text1, text2, deadline);
}
Hack to allow unit tests to call private method. Do not use.
List<Diff> test_diff_bisect(String text1, String text2, DateTime deadline) {
return _diff_bisect(text1, text2, deadline);
}