-
-
Notifications
You must be signed in to change notification settings - Fork 35
Separate data model errors from syntax errors #708
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
Separate data model errors from syntax errors #708
Conversation
Split out data model errors into their own file and label tests according to the error name from the spec. No new test cases are added/removed.
When integrating these tests into my implementation, I was surprised to find that not all the tests in |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
... assuming @eemeli's comment gets addressed
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good, pending two small inline fixes.
Co-authored-by: Eemeli Aro <[email protected]>
Co-authored-by: Eemeli Aro <[email protected]>
* Separate data model errors from syntax errors Split out data model errors into their own file and label tests according to the error name from the spec. No new test cases are added/removed. * Reformat data model error test file * Update test/syntax-errors.json Co-authored-by: Eemeli Aro <[email protected]> * Update test/README.md Co-authored-by: Eemeli Aro <[email protected]> --------- Co-authored-by: Addison Phillips <[email protected]> Co-authored-by: Eemeli Aro <[email protected]>
* Separate data model errors from syntax errors Split out data model errors into their own file and label tests according to the error name from the spec. No new test cases are added/removed. * Reformat data model error test file * Update test/syntax-errors.json Co-authored-by: Eemeli Aro <[email protected]> * Update test/README.md Co-authored-by: Eemeli Aro <[email protected]> --------- Co-authored-by: Addison Phillips <[email protected]> Co-authored-by: Eemeli Aro <[email protected]>
Split out data model errors into their own file and label tests according to the error name from the spec.
No new test cases are added/removed.