Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Attributes in root element not parsing #250

Open
inexas opened this issue Sep 16, 2021 · 0 comments
Open

Attributes in root element not parsing #250

inexas opened this issue Sep 16, 2021 · 0 comments

Comments

@inexas
Copy link

inexas commented Sep 16, 2021

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant