platform/libinjection/tests/test-html5-032.txt
2019-08-16 10:42:40 -04:00

10 lines
153 B
Text

--TEST--
tag with name attribute, quoted value, unclosed
--INPUT--
<foo bar/>
--EXPECTED--
TAG_NAME_OPEN,3,foo
ATTR_NAME,3,bar
TAG_NAME_SELFCLOSE,2,/>