diff options
Diffstat (limited to 'cli/tests/testdata/test/markdown_windows.out')
-rw-r--r-- | cli/tests/testdata/test/markdown_windows.out | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/cli/tests/testdata/test/markdown_windows.out b/cli/tests/testdata/test/markdown_windows.out new file mode 100644 index 000000000..4810e50cd --- /dev/null +++ b/cli/tests/testdata/test/markdown_windows.out @@ -0,0 +1,7 @@ +Check [WILDCARD]/test/markdown_windows.md$11-14.js +Check [WILDCARD]/test/markdown_windows.md$17-20.ts +Check [WILDCARD]/test/markdown_windows.md$29-32.ts +error: TS2322 [ERROR]: Type 'number' is not assignable to type 'string'. +const a: string = 42; + ^ + at [WILDCARD]/test/markdown_windows.md$29-32.ts:1:7 |