Included HTML parser in randomized test suite
This commit is contained in:
parent
e130c4ddb5
commit
b14951de9d
2 changed files with 2 additions and 0 deletions
|
|
@ -30,3 +30,4 @@ fetch_grammar go master
|
|||
fetch_grammar ruby master
|
||||
fetch_grammar typescript master
|
||||
fetch_grammar bash master
|
||||
fetch_grammar html master
|
||||
|
|
|
|||
|
|
@ -25,6 +25,7 @@ if (TREE_SITTER_SEED == -1) return;
|
|||
vector<string> test_languages({
|
||||
"javascript",
|
||||
"json",
|
||||
"html",
|
||||
"c",
|
||||
"cpp",
|
||||
"python",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue