We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a5a39c commit bb79a9bCopy full SHA for bb79a9b
src/test/java/com/github/difflib/unifieddiff/UnifiedDiffReaderTest.java
@@ -115,7 +115,7 @@ public void testSimplePattern() {
115
public void testParseIssue46() throws IOException {
116
UnifiedDiff diff = UnifiedDiffReader.parseUnifiedDiff(
117
UnifiedDiffReaderTest.class.getResourceAsStream("problem_diff_issue46.diff"));
118
--- comment
+
119
System.out.println(diff);
120
121
assertThat(diff.getFiles().size()).isEqualTo(1);
0 commit comments