Skip to content

Commit 21d2cbb

Browse files
committed
fixes #63
1 parent fe6dbe2 commit 21d2cbb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

java-diff-utils/src/test/java/com/github/difflib/text/DiffRowGeneratorTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -482,7 +482,7 @@ public void testIgnoreWhitespaceIssue64() throws DiffException {
482482
}
483483

484484
@Test
485-
public void testIgnoreWhitespaceIssue63() throws DiffException {
485+
public void testReplaceDiffsIssue63() throws DiffException {
486486
DiffRowGenerator generator = DiffRowGenerator.create()
487487
.showInlineDiffs(true)
488488
.inlineDiffByWord(true)

0 commit comments

Comments
 (0)