fix(test): typecheck blocks annotated with long js/ts notations (#13785)

This commit is contained in:
Geert-Jan Zwiers 2022-03-08 02:10:40 +01:00 committed by GitHub
parent c1ff23b20e
commit e53b6c16bc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 33 additions and 0 deletions

View file

@ -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,