diff options
Diffstat (limited to 'cli/tests/testdata/test')
| -rw-r--r-- | cli/tests/testdata/test/doc.out | 1 | ||||
| -rw-r--r-- | cli/tests/testdata/test/doc.ts | 2 |
2 files changed, 1 insertions, 2 deletions
diff --git a/cli/tests/testdata/test/doc.out b/cli/tests/testdata/test/doc.out index 1766912e5..cd8bbb620 100644 --- a/cli/tests/testdata/test/doc.out +++ b/cli/tests/testdata/test/doc.out @@ -1,4 +1,3 @@ -Check [WILDCARD]/doc.ts$2-5.ts Check [WILDCARD]/doc.ts$6-9.js Check [WILDCARD]/doc.ts$10-13.jsx Check [WILDCARD]/doc.ts$14-17.ts diff --git a/cli/tests/testdata/test/doc.ts b/cli/tests/testdata/test/doc.ts index 52fe6bdf0..519479fc5 100644 --- a/cli/tests/testdata/test/doc.ts +++ b/cli/tests/testdata/test/doc.ts @@ -27,7 +27,7 @@ */ /** - * ``` + * ```ts * import { check } from "./doc.ts"; * * console.assert(check() == 42); |
