rust-code-analysis
rust-code-analysis copied to clipboard
Add tree-sitter-ccomment tests
It would be helpful to add tree-sitter-ccomment grammar tests. A possibile test structure could be the following one (v0.19 #552):
- Find a not-too-big C/C++ project easy to compile
- Remove comments
- Compile again
A unit test would be preferred.
A unit test would be preferred.
It'd be nice to have both some unit tests, and an integration test like what you described.
No more necessary since this grammar is only used by an external program
We still need tests to make sure that we don't regress the functionality that users depend on.