We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 49e80a0 commit aab65beCopy full SHA for aab65be
src/parser/test.ts
@@ -1,12 +1,12 @@
1
// This code is Deno only
2
3
+import { assert } from "@std/assert/assert";
4
import { assertEquals } from "@std/assert/equals";
5
import { assertNotEquals } from "@std/assert/not-equals";
6
import { assertThrows } from "@std/assert/throws";
7
import { EXAMPLE_SENTENCES, MALFORMED_SENTENCES } from "../examples.ts";
8
import { parse } from "./parser.ts";
9
import { KU_LILI, KU_SULI, PU } from "./ucsur.ts";
-import { assert } from "@std/assert/assert";
10
11
Deno.test("AST all distinct", () => {
12
for (const sentence of EXAMPLE_SENTENCES) {
0 commit comments