test_diff_cleanupSemanticLossless method

void test_diff_cleanupSemanticLossless(
  1. List<Diff> diffs
)

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

Implementation

void test_diff_cleanupSemanticLossless(List<Diff> diffs) {
  _diff_cleanupSemanticLossless(diffs);
}