summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorAndrew Sidwell <andy@entai.co.uk>2008-08-04 01:15:19 +0000
committerAndrew Sidwell <andy@entai.co.uk>2008-08-04 01:15:19 +0000
commitf88f034a4f9e0db06a64326198e19b2ef5a0283f (patch)
tree8469c805584826d8f9b128dcc6cc87e7e86d093c /test
parentb4760da5d776ca41efb612f373b0545590ef4df3 (diff)
downloadlibhubbub-f88f034a4f9e0db06a64326198e19b2ef5a0283f.tar.gz
libhubbub-f88f034a4f9e0db06a64326198e19b2ef5a0283f.tar.bz2
Fix previous commit.
svn path=/trunk/hubbub/; revision=4893
Diffstat (limited to 'test')
-rw-r--r--test/data/tokeniser2/test1.test6
1 files changed, 1 insertions, 5 deletions
diff --git a/test/data/tokeniser2/test1.test b/test/data/tokeniser2/test1.test
index e40e5f8..46ad7ca 100644
--- a/test/data/tokeniser2/test1.test
+++ b/test/data/tokeniser2/test1.test
@@ -169,12 +169,8 @@
"input":"<h a='&noti'>",
"output":["ParseError", ["StartTag", "h", {"a":"&noti"}]]},
-{"description":"Entity in attribute with semicolon",
-"input":"<h a='&COPY;'>",
-"output":["ParseError", ["StartTag", "h", {"a":"\u00A9"}]]},
-
{"description":"Entity in attribute without semicolon",
"input":"<h a='&COPY'>",
-"output":["ParseError", ["StartTag", "h", {"a":"&COPY"}]]}
+"output":["ParseError", ["StartTag", "h", {"a":"\u00A9"}]]}
]}