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

13 lines
205 B
Text

--TEST--
attribute name right after quoted value with no whitespace
--INPUT--
<foo bar="yes"isdir>
--EXPECTED--
TAG_NAME_OPEN,3,foo
ATTR_NAME,3,bar
ATTR_VALUE,3,yes
ATTR_NAME,5,isdir
TAG_NAME_CLOSE,1,>