Add test for handling of precedence within tokens

This commit is contained in:
Max Brunsfeld 2018-07-26 17:06:09 -07:00
parent 9c9149ac45
commit 23e4596ec1
3 changed files with 83 additions and 2 deletions

View file

@ -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);