platform/libinjection/tests/test-html5-038.txt

13 lines
155 B
Text
Raw Normal View History

2019-08-16 14:42:40 +00:00
--TEST--
gt after quoted attribute value
--INPUT--
<foo bar="yes">
--EXPECTED--
TAG_NAME_OPEN,3,foo
ATTR_NAME,3,bar
ATTR_VALUE,3,yes
TAG_NAME_CLOSE,1,>