mirror of
https://github.com/denoland/deno.git
synced 2025-08-04 10:59:13 +00:00
fix(test): typecheck blocks annotated with long js/ts notations (#13785)
This commit is contained in:
parent
c1ff23b20e
commit
e53b6c16bc
4 changed files with 33 additions and 0 deletions
|
@ -97,6 +97,12 @@ itest!(markdown_windows {
|
|||
output: "test/markdown_windows.out",
|
||||
});
|
||||
|
||||
itest!(markdown_full_block_names {
|
||||
args: "test --doc --allow-all test/markdown_full_block_names.md",
|
||||
exit_code: 1,
|
||||
output: "test/markdown_full_block_names.out",
|
||||
});
|
||||
|
||||
itest!(text {
|
||||
args: "test --doc --allow-all test/text.md",
|
||||
exit_code: 0,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue