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 fe6dbe2 commit 21d2cbbCopy full SHA for 21d2cbb
java-diff-utils/src/test/java/com/github/difflib/text/DiffRowGeneratorTest.java
@@ -482,7 +482,7 @@ public void testIgnoreWhitespaceIssue64() throws DiffException {
482
}
483
484
@Test
485
- public void testIgnoreWhitespaceIssue63() throws DiffException {
+ public void testReplaceDiffsIssue63() throws DiffException {
486
DiffRowGenerator generator = DiffRowGenerator.create()
487
.showInlineDiffs(true)
488
.inlineDiffByWord(true)
0 commit comments