fix(node): update tests
This commit is contained in:
parent
9f2dc9d6b5
commit
8ab14a0ee5
3 changed files with 6 additions and 7 deletions
|
|
@ -64,7 +64,7 @@ describe("Lookahead iterator", () => {
|
|||
lookahead.delete();
|
||||
});
|
||||
|
||||
const expected = ["identifier", "comment", "(", "*", "formal_parameters"];
|
||||
const expected = ["identifier", "comment", "html_comment", "(", "*", "formal_parameters", "ERROR"];
|
||||
it("should iterate over valid symbols in the state", () => {
|
||||
const symbols = Array.from(lookahead);
|
||||
assert.includeMembers(symbols, expected);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue