mirror of
https://github.com/denoland/deno.git
synced 2025-02-04 21:56:05 -05:00
![Casper Beyer](/assets/img/avatar_default.png)
This commits adds "ignore" as a known attribute for Markdown codeblock which drops a code block early whenever it is seen in documentation tests.
7 lines
280 B
Text
7 lines
280 B
Text
Check [WILDCARD]/test/markdown.md$11-14.js
|
|
Check [WILDCARD]/test/markdown.md$17-20.ts
|
|
Check [WILDCARD]/test/markdown.md$29-32.ts
|
|
error: TS2322 [ERROR]: Type 'number' is not assignable to type 'string'.
|
|
const a: string = 42;
|
|
^
|
|
at [WILDCARD]/test/markdown.md$29-32.ts:1:7
|