lexer: in error mode, continue until token is found
This commit is contained in:
parent
f7e4445358
commit
d5ce3a9b5a
4 changed files with 26 additions and 13 deletions
|
|
@ -26,6 +26,7 @@ describe("Languages", [&]() {
|
|||
describe(language_name.c_str(), [&]() {
|
||||
before_each([&]() {
|
||||
ts_document_set_language(doc, language);
|
||||
// ts_document_set_debugger(doc, log_debugger_make());
|
||||
});
|
||||
|
||||
for (auto &entry : test_entries_for_language(language_name)) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue