11 lines
161 B
Text
11 lines
161 B
Text
--TEST--
|
|
tag with name attribute, unquoted value
|
|
--INPUT--
|
|
<foo bar=yes>
|
|
--EXPECTED--
|
|
TAG_NAME_OPEN,3,foo
|
|
ATTR_NAME,3,bar
|
|
ATTR_VALUE,3,yes
|
|
TAG_NAME_CLOSE,1,>
|
|
|
|
|