Rename ts_document_make -> ts_document_new

This commit is contained in:
Max Brunsfeld 2016-09-06 17:26:18 -07:00
parent 57c0170dd3
commit 64a6c9db0e
7 changed files with 11 additions and 11 deletions

View file

@ -38,7 +38,7 @@ describe("Node", []() {
before_each([&]() {
record_alloc::start();
document = ts_document_make();
document = ts_document_new();
ts_document_set_language(document, get_test_language("json"));
ts_document_set_input_string(document, input_string.c_str());
ts_document_parse(document);