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

Parser conformance test suite #71

Open
JimLarson opened this issue Jun 13, 2019 · 0 comments
Open

Parser conformance test suite #71

JimLarson opened this issue Jun 13, 2019 · 0 comments

Comments

@JimLarson
Copy link
Contributor

Create a new conformance test suite for the parser, subsuming some of the functionality in the google/cel-go parser tests. The "simple" end-to-end tests always fail on parse errors, by design.

In such a suite, test that the non-constant reserved identifiers cause parse failures: as, break, const, continue, else, for, function, if, import, in, let, loop, package, namespace, return, var, void, while.

JimLarson pushed a commit to JimLarson/cel-spec that referenced this issue Jun 13, 2019
JimLarson added a commit that referenced this issue Jun 13, 2019
See #71 for more tests to be added.
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
@JimLarson and others