Skip to content

Commit 9cc9137

Browse files
committed
format
1 parent d4f6315 commit 9cc9137

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/parser/test.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ Deno.test("AST all distinct", () => {
1313
}
1414
});
1515

16-
1716
Deno.test("parser all error", () => {
1817
for (const sentence of MALFORMED_SENTENCES) {
1918
assertThrows(() => parse(sentence).unwrap());

0 commit comments

Comments
 (0)