Rename type ts_document -> TSDocument
This commit is contained in:
parent
7a6d3365c5
commit
2795078633
5 changed files with 24 additions and 24 deletions
|
|
@ -5,7 +5,7 @@ extern "C" ts_parser ts_parser_json();
|
|||
START_TEST
|
||||
|
||||
describe("tracking the positions of AST nodes", []() {
|
||||
ts_document *doc;
|
||||
TSDocument *doc;
|
||||
|
||||
before_each([&]() {
|
||||
doc = ts_document_make();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue