Skip to content

Commit e5ab28c

Browse files
committed
✏️ Fix typo in Dart test case
1 parent dd7a607 commit e5ab28c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/langs.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ describe("langs", () => {
1212

1313
// A newly supported language
1414
test(Lang.Dart, ({ expect }) => {
15-
const sg = parse(Lang.Dart, 'var x = "Hello, world!";"')
15+
const sg = parse(Lang.Dart, 'var x = "Hello, world!";')
1616
const kind = sg.root().kind()
1717
expect(kind).equal("program")
1818
})

0 commit comments

Comments
 (0)