Add test for handling of precedence within tokens
This commit is contained in:
parent
9c9149ac45
commit
23e4596ec1
3 changed files with 83 additions and 2 deletions
|
|
@ -9,8 +9,6 @@
|
|||
|
||||
START_TEST
|
||||
|
||||
if (TREE_SITTER_SEED == -1) return;
|
||||
|
||||
string grammars_dir_path = join_path({"test", "fixtures", "test_grammars"});
|
||||
vector<string> test_languages = list_directory(grammars_dir_path);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue