jpt13653903/tree-sitter-vhdl

feature: Add tests for known errors

Closed this issue · 1 comments

Did you check the tree-sitter docs?

Is your feature request related to a problem? Please describe.

All existing tests are positive-only, and does not test expected error cases. Examples include literal formatting details such as space and underscore placement.

Describe the solution you'd like

Use this advice to implement expected error-related tests.

Describe alternatives you've considered

N/A

Additional context

N/A

The test passes with or without the error, making the endeavour useless.