Rename type ts_document -> TSDocument

This commit is contained in:
Max Brunsfeld 2014-06-28 18:37:29 -07:00
parent 7a6d3365c5
commit 2795078633
5 changed files with 24 additions and 24 deletions

View file

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