fix(wasm): update test
This commit is contained in:
parent
a73191bf0e
commit
6304009209
1 changed files with 1 additions and 1 deletions
|
|
@ -64,7 +64,7 @@ describe('Lookahead iterator', () => {
|
|||
lookahead.delete();
|
||||
});
|
||||
|
||||
const expected = ['identifier', 'comment', 'html_comment', '(', '*', 'formal_parameters', 'ERROR'];
|
||||
const expected = ['(', 'identifier', '*', 'formal_parameters', 'html_comment', 'comment'];
|
||||
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