-
Notifications
You must be signed in to change notification settings - Fork 34
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
System.ArgumentOutOfRangeException #78
Comments
Hi @terac , I am not sure but this seems to be your own testcase, isnt it ? If so feel free to debug and PR a bugfix. Thanks for your testing, in parsing problems it is very difficult to test all posibilities. Glad you found this one. Olivier |
@terac, I took time to check your test case. I don't reproduce the bug. All Unit tests are OK on branch dev. Which branch di you test on ? Have you added some kind of specific ? Thanks |
I'll try to debug it in the evening. |
Should I commit to dev or make a separate branch for that issue? |
create a branch from dev than commit on it and send me and send me a pull-request. Never commit directly on dev branch. |
…ingBracket is ok, TestJsonEbnfSyntaxMissingLastClosingBracket throws the exception
I got this exception during syntax checking of json files containing errors.
"Index was out of range. Must be non-negative and less than the size of the collection."
`
`
After a first glance at the code you don't check the position accessing tokens after end of list .
The text was updated successfully, but these errors were encountered: