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

A table array in comments caused a parse error #48

Open
bchenYext opened this issue Dec 11, 2017 · 1 comment
Open

A table array in comments caused a parse error #48

bchenYext opened this issue Dec 11, 2017 · 1 comment

Comments

@bchenYext
Copy link

For instance, I get an error if I add this line to the file I'm reading:

[[example]] # [[ ]]

java.lang.IllegalStateException: Invalid table array definition on line 20: [[example]]]]

The parser seems to be confused by the [[ ]] in the comment.

@mwanji
Copy link
Owner

mwanji commented Dec 13, 2017

Thanks for pointing this out! I've fixed it on the wip branch and will release as soon as I can.

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

2 participants