feat(compiler): DOM adapters + html5lib implementation; misc fixes
This commit is contained in:
@@ -49,7 +49,6 @@ function expectKeywordToken(token, index, keyword) {
|
||||
expect(token.toString()).toEqual(keyword);
|
||||
}
|
||||
|
||||
|
||||
export function main() {
|
||||
describe('lexer', function() {
|
||||
describe('token', function() {
|
||||
|
||||
Reference in New Issue
Block a user