-
Notifications
You must be signed in to change notification settings - Fork 9
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
Add semantic tokenizer tests #494
Add semantic tokenizer tests #494
Conversation
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.
Additional comments
rascal-lsp/src/main/rascal/lang/rascal/tests/semanticTokenizer/Rascal.rsc
Show resolved
Hide resolved
833c264
to
c52aff9
Compare
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.
Additional additional comments
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.
Nice concise, readable, tests. Good stuff!
rascal-lsp/src/main/rascal/lang/rascal/tests/semanticTokenizer/Pico.rsc
Outdated
Show resolved
Hide resolved
Quality Gate passedIssues Measures |
Before this PR, there were no unit(-ish) tests for the semantic tokenizer yet. In anticipation of a fix for #456, this PR adds a few basic tests so we can detect regression (including tests for issues that were fixed long ago).