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