You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I only use them from my local machine. Add quick header to each file. and a small python script to grab ERROR in those files. Sometime I use, sometime I don't. Write test really time consuming, and I don't know anything about CI. If you want to do it. I'm happy to add
tree-sitter
grammars usually have corpus tests in atest/corpus
folder, for example https://github.com/tree-sitter/tree-sitter-javascript/tree/5720b249490b3c17245ba772f6be4a43edb4e3b7/test/corpus. Those tests can be run by usingtree-sitter test
. They are useful for detecting existing problems, preventing bugs from future grammar changes and catching software regressions.Are you going to add them? If not, are you willing to accept to a PR for that?
The text was updated successfully, but these errors were encountered: