(follow-up r83716) fix parser test for the entities being decoded into numeric entiti...
authorBrian Wolff <bawolff@users.mediawiki.org>
Sun, 13 Mar 2011 00:34:54 +0000 (00:34 +0000)
committerBrian Wolff <bawolff@users.mediawiki.org>
Sun, 13 Mar 2011 00:34:54 +0000 (00:34 +0000)
tests/parser/parserTests.txt

index 6c2f9ed..e40f9d5 100644 (file)
@@ -4349,7 +4349,7 @@ text with character entity: eacute
 !! input
 I always thought &eacute; was a cute letter.
 !! result
-<p>I always thought &eacute; was a cute letter.
+<p>I always thought &#233; was a cute letter.
 </p>
 !! end