We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 77686b7 commit faf461cCopy full SHA for faf461c
test/unit/es6-Lexer.js
@@ -58,8 +58,5 @@ test('template lexer', {
58
assert.equal(tokens('SELECT `"', '`'), '`,_');
59
assert.equal(tokens('SELECT ```', '`'), '`,_');
60
assert.equal(tokens('SELECT `\\`', '`'), '`,_');
61
- },
62
- 'comment': function () {
63
-
64
}
65
});
0 commit comments