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

Add unit tests for brack-parser/expr.rs #60

Open
momeemt opened this issue Aug 27, 2024 · 0 comments
Open

Add unit tests for brack-parser/expr.rs #60

momeemt opened this issue Aug 27, 2024 · 0 comments
Labels
changes: patch Not change API components: parser Constructs abstract syntax tree difficulty: medium Medium Issues size: medium Around 2weeks ~ 1month type: good first issue Good for newcomers type: testing Add tests

Comments

@momeemt
Copy link
Member

momeemt commented Aug 27, 2024

  • escaped
  • module
  • ident
  • bracket
  • dot
  • comma
  • whitespace
  • text
  • bracket + newline (partial parsing)
  • empty (failure)
  • newline (failue)
@momeemt momeemt added type: good first issue Good for newcomers components: parser Constructs abstract syntax tree labels Aug 27, 2024
@momeemt momeemt added difficulty: medium Medium Issues size: medium Around 2weeks ~ 1month type: testing Add tests changes: patch Not change API labels Oct 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
changes: patch Not change API components: parser Constructs abstract syntax tree difficulty: medium Medium Issues size: medium Around 2weeks ~ 1month type: good first issue Good for newcomers type: testing Add tests
Projects
None yet
Development

No branches or pull requests

1 participant