[Imps] Character token coalescing in tokenizer tests
Henri Sivonen
hsivonen at iki.fi
Fri Jun 15 06:32:19 PDT 2007
> {"description":"Ampersand, number sign",
> "input":"&#",
> "output":["ParseError", ["Character", "&"], ["Character", "#"]]},
>
> {"description":"Unfinished numeric entity",
> "input":"&#x",
> "output":["ParseError", ["Character", "&#x"]]},
Would it work for html5lib if consistent coalescing was used in the
test format? That is, could the first of these two changed to
{"description":"Ampersand, number sign",
"input":"&#",
"output":["ParseError", ["Character", "&#"]]},
?
--
Henri Sivonen
hsivonen at iki.fi
http://hsivonen.iki.fi/
More information about the Implementors
mailing list