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

Improve tests and add AST assertions with nightly features #16

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

doonv
Copy link
Owner

@doonv doonv commented Feb 3, 2024

Objective

There isn't an easy way to assert the AST in unit tests.

Solution

Use the nightly box_pattern feature in tests (This doesn't make the library itself nightly, only the tests)

@doonv doonv added C-Enhancement New feature or request A-Builtin-Parser This is related to the Built-in Parser C-Tests Changes to automated tests labels Feb 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-Builtin-Parser This is related to the Built-in Parser C-Enhancement New feature or request C-Tests Changes to automated tests
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant