Unify ubiquitous tokens and lexical separators in API
This commit is contained in:
parent
a46f9d950c
commit
1ff7cedf40
29 changed files with 341 additions and 267 deletions
|
|
@ -102,7 +102,7 @@ describe("Document", [&]() {
|
|||
it("updates the parse tree", [&]() {
|
||||
AssertThat(string(ts_node_string(ts_document_root_node(doc))), Equals(
|
||||
"(DOCUMENT (exponent "
|
||||
"(variable) "
|
||||
"(variable) "
|
||||
"(group (sum (number) (product (variable) (number))))))"));
|
||||
});
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue