hkoba / yatt_lite

YATT::Lite - Template with "use strict"
Other
5 stars 0 forks source link

LRXML parser bug: wrong range in bare attributes with entities #217

Closed hkoba closed 4 months ago

hkoba commented 4 months ago

YATT LS fails to find the symbol something below:

<yatt:my foo = &yatt:something; />

If the value is quoted, LS works fine.

<yatt:my foo = "&yatt:something;"/>