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 d4f6315 commit 9cc9137Copy full SHA for 9cc9137
src/parser/test.ts
@@ -13,7 +13,6 @@ Deno.test("AST all distinct", () => {
13
}
14
});
15
16
-
17
Deno.test("parser all error", () => {
18
for (const sentence of MALFORMED_SENTENCES) {
19
assertThrows(() => parse(sentence).unwrap());
0 commit comments