From 647123a2fdc5b8c1926289465370453ed72cde21 Mon Sep 17 00:00:00 2001 From: Andrew Sidwell Date: Thu, 19 Jun 2008 01:03:53 +0000 Subject: Add some new tests (also committed to html5lib). svn path=/trunk/hubbub/; revision=4407 --- test/data/tokeniser2/test1.test | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'test/data/tokeniser2/test1.test') diff --git a/test/data/tokeniser2/test1.test b/test/data/tokeniser2/test1.test index ddb9814..46ad7ca 100644 --- a/test/data/tokeniser2/test1.test +++ b/test/data/tokeniser2/test1.test @@ -141,6 +141,10 @@ "input":"I'm &no", "output":[["Character","I'm "], "ParseError", ["Character", "&no"]]}, +{"description":"Non-ASCII character reference name", +"input":"&\u00AC;", +"output":["ParseError", ["Character", "&\u00AC;"]]}, + {"description":"ASCII decimal entity", "input":"$", "output":[["Character","$"]]}, -- cgit v1.2.3