hkoba / yatt_lite

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

LRXML parser bug: wrong line numbers after processing instructions (like `<?perl ... ?>`) #216

Closed hkoba closed 6 months ago

hkoba commented 6 months ago

Example

<yatt:foo "bar">
<?perl
   print "something";
?>
</yatt:bar>

The LRXML parser should report a TAG Mismatch in line 5, but it does in line 3 now.

This problem also affects the YATT LanguageServer.