From e4e6545383f44647bbfc0ee1e17215f8cd814329 Mon Sep 17 00:00:00 2001 From: Brian Wolff Date: Sun, 13 Mar 2011 00:34:54 +0000 Subject: [PATCH] (follow-up r83716) fix parser test for the entities being decoded into numeric entities thing. --- tests/parser/parserTests.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/parser/parserTests.txt b/tests/parser/parserTests.txt index 6c2f9ed9aa..e40f9d5770 100644 --- a/tests/parser/parserTests.txt +++ b/tests/parser/parserTests.txt @@ -4349,7 +4349,7 @@ text with character entity: eacute !! input I always thought é was a cute letter. !! result -

I always thought é was a cute letter. +

I always thought é was a cute letter.

!! end -- 2.20.1