summaryrefslogtreecommitdiff
path: root/test/data/tokeniser2/test2.test
diff options
context:
space:
mode:
authorAndrew Sidwell <andy@entai.co.uk>2008-06-23 17:12:43 +0000
committerAndrew Sidwell <andy@entai.co.uk>2008-06-23 17:12:43 +0000
commit0cd11636c3db826f06dcf33ad53208675c5752dc (patch)
tree70a44297c724d77786caab96f64d7025e094874a /test/data/tokeniser2/test2.test
parent16fef81bbe7f499e053c237d7622c0dfc4331872 (diff)
downloadlibhubbub-0cd11636c3db826f06dcf33ad53208675c5752dc.tar.gz
libhubbub-0cd11636c3db826f06dcf33ad53208675c5752dc.tar.bz2
Update to latest html5lib tests.
svn path=/trunk/hubbub/; revision=4428
Diffstat (limited to 'test/data/tokeniser2/test2.test')
-rw-r--r--test/data/tokeniser2/test2.test2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/data/tokeniser2/test2.test b/test/data/tokeniser2/test2.test
index c1f1f65..8c7d00f 100644
--- a/test/data/tokeniser2/test2.test
+++ b/test/data/tokeniser2/test2.test
@@ -150,7 +150,7 @@
{"description":"Empty attribute followed by uppercase attribute",
"input":"<h a B=''>",
-"output":[["StartTag", "h", {"a":"", "b":""}]]},
+"output":[["StartTag", "h", {"a":"", "b":""}]]}
]}