Rename ts_document_make -> ts_document_new
This commit is contained in:
parent
57c0170dd3
commit
64a6c9db0e
7 changed files with 11 additions and 11 deletions
|
|
@ -8,7 +8,7 @@ describe("compile_grammar", []() {
|
|||
TSDocument *document;
|
||||
|
||||
before_each([&]() {
|
||||
document = ts_document_make();
|
||||
document = ts_document_new();
|
||||
});
|
||||
|
||||
after_each([&]() {
|
||||
|
|
|
|||
|
|
@ -77,7 +77,7 @@ describe("The Corpus", []() {
|
|||
|
||||
before_each([&]() {
|
||||
record_alloc::start();
|
||||
document = ts_document_make();
|
||||
document = ts_document_new();
|
||||
ts_document_set_language(document, get_test_language(language_name));
|
||||
|
||||
// ts_document_set_debugger(document, log_debugger_make(true));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue