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 dd7a607 commit e5ab28cCopy full SHA for e5ab28c
src/langs.test.ts
@@ -12,7 +12,7 @@ describe("langs", () => {
12
13
// A newly supported language
14
test(Lang.Dart, ({ expect }) => {
15
- const sg = parse(Lang.Dart, 'var x = "Hello, world!";"')
+ const sg = parse(Lang.Dart, 'var x = "Hello, world!";')
16
const kind = sg.root().kind()
17
expect(kind).equal("program")
18
})
0 commit comments