10 lines
129 B
Text
10 lines
129 B
Text
|
--TEST--
|
||
|
tag with name starting with '='
|
||
|
--INPUT--
|
||
|
<foo =_=xxx
|
||
|
--EXPECTED--
|
||
|
TAG_NAME_OPEN,3,foo
|
||
|
ATTR_NAME,2,=_
|
||
|
ATTR_VALUE,3,xxx
|
||
|
|