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
The following snippet fails to parse, with "Expected end of string but got m at line 4 position 0".
If I add a trailing comma after last sub-array, all is fine.
First of all, thank you for using Gura, we hope it is useful for your projects!
Secondly, thanks for reporting this issue, we have fixed it and added the corresponding tests. You won't have this problem with version 1.1.0 .
Finally, note that there is the official repository for the Python library which you can find here if you run into problems with the parser again
Best Regards!
Genarito
added a commit
to gura-conf/gura-js-parser
that referenced
this issue
Jun 9, 2021
Hello there and thanks for this good stuff !
The following snippet fails to parse, with "Expected end of string but got m at line 4 position 0".
If I add a trailing comma after last sub-array, all is fine.
Gura was installed via
pip
.Could you please have a look ?
The text was updated successfully, but these errors were encountered: