OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:diff_text1
(Results
1 - 2
of
2
) sorted by null
/external/google-diff-match-patch/name/fraser/neil/plaintext/
diff_match_patch.java
1331
public String
diff_text1
(LinkedList<Diff> diffs) {
method
[
all
...]
diff_match_patch_test.java
304
assertEquals("
diff_text1
:", "jumps over the lazy", dmp.
diff_text1
(diffs));
311
String text1 = dmp.
diff_text1
(diffs);
312
assertEquals("
diff_text1
: Base text.", "jumps over the lazy", text1);
346
text1 = dmp.
diff_text1
(diffs);
347
assertEquals("
diff_text1
: Unicode text.", "\u0680 \000 \t %\u0681 \001 \n ^", text1);
[
all
...]
Completed in 3074 milliseconds