You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This seems an unlikely bug but I can't get it to work... If I try and parse the following
<x a="A"></x>
I get: ERROR: Error: Unexpected end Line: 0 Column: 8 Char: "
That is it complains about the closing quote. If I take out the attribute or put it in a child element, everything works fine. E.g. "<y><x a="A"></x></y>" parses OK.
Thx for the hard work BTW
The text was updated successfully, but these errors were encountered:
This seems an unlikely bug but I can't get it to work... If I try and parse the following
I get: ERROR: Error: Unexpected end Line: 0 Column: 8 Char: "
That is it complains about the closing quote. If I take out the attribute or put it in a child element, everything works fine. E.g. "
<y><x a="A"></x></y>
" parses OK.Thx for the hard work BTW
The text was updated successfully, but these errors were encountered: