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

11 lines
169 B
Text

--TEST--
slash right after quoted attribute value
--INPUT--
<foo bar="yes"/>
--EXPECTED--
TAG_NAME_OPEN,3,foo
ATTR_NAME,3,bar
ATTR_VALUE,3,yes
TAG_NAME_SELFCLOSE,2,/>