10 lines
165 B
Text
10 lines
165 B
Text
--TEST--
|
|
tag with name attribute, unquoted value, trailing spaces, EOF
|
|
--INPUT--
|
|
<foo bar=yes
|
|
--EXPECTED--
|
|
TAG_NAME_OPEN,3,foo
|
|
ATTR_NAME,3,bar
|
|
ATTR_VALUE,3,yes
|
|
|
|
|