In runtime, distinguish between anonymous and hidden nodes
This commit is contained in:
parent
5982b77c97
commit
9591c88f39
14 changed files with 420 additions and 270 deletions
|
|
@ -43,7 +43,7 @@ describe("ParseStack", [&]() {
|
|||
|
||||
TSLength len = ts_length_make(2, 2);
|
||||
for (size_t i = 0; i < tree_count; i++)
|
||||
trees[i] = ts_tree_make_leaf(ts_builtin_sym_start + i, len, len, false);
|
||||
trees[i] = ts_tree_make_leaf(ts_builtin_sym_start + i, len, len, TSNodeTypeNormal);
|
||||
});
|
||||
|
||||
after_each([&]() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue