summaryrefslogtreecommitdiff
path: root/cli/tests/testdata/test/markdown_with_comment.out
diff options
context:
space:
mode:
Diffstat (limited to 'cli/tests/testdata/test/markdown_with_comment.out')
-rw-r--r--cli/tests/testdata/test/markdown_with_comment.out5
1 files changed, 5 insertions, 0 deletions
diff --git a/cli/tests/testdata/test/markdown_with_comment.out b/cli/tests/testdata/test/markdown_with_comment.out
new file mode 100644
index 000000000..b202919d8
--- /dev/null
+++ b/cli/tests/testdata/test/markdown_with_comment.out
@@ -0,0 +1,5 @@
+Check [WILDCARD]/test/markdown_with_comment.md$34-37.ts
+error: TS2322 [ERROR]: Type 'number' is not assignable to type 'string'.
+const a: string = 42;
+ ^
+ at [WILDCARD]/test/markdown_with_comment.md$34-37.ts:1:7