Fix failing test
This commit is contained in:
parent
ee667179b3
commit
0fb021b967
1 changed files with 1 additions and 1 deletions
|
|
@ -62,7 +62,7 @@ module.exports = {
|
|||
assert.equal("keyword.operator", tokens[4].type);
|
||||
assert.equal("string", tokens[5].type);
|
||||
assert.equal("meta.tag", tokens[6].type);
|
||||
assert.equal("keyword.definition", tokens[7].type);
|
||||
assert.equal("storage.type", tokens[7].type);
|
||||
assert.equal("meta.tag", tokens[8].type);
|
||||
assert.equal("meta.tag.script", tokens[9].type);
|
||||
assert.equal("meta.tag", tokens[10].type);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue