Skip to content

Commit

Permalink
hello is the expanded reference, nit xyzzy
Browse files Browse the repository at this point in the history
  • Loading branch information
bodewig committed Nov 5, 2020
1 parent 18e329e commit 70df913
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -236,7 +236,7 @@ public void testText(Text text) {
Assert.assertEquals("bar", fullText);
} else {
if (!"helloxyzzy".equals(fullText)) {
Assert.assertEquals("hello", fullText); // parser didn't expand entity reference
Assert.assertEquals("xyzzy", fullText); // parser didn't expand entity reference
Assert.assertTrue("testEntityReference called", entityReferenceCalled);
}
}
Expand Down

0 comments on commit 70df913

Please sign in to comment.