From 8db3a9546b59fdd5e7203f2e63a828e3c5108e7e Mon Sep 17 00:00:00 2001 From: Geert-Jan Zwiers <34610306+GJZwiers@users.noreply.github.com> Date: Fri, 11 Mar 2022 02:14:32 +0100 Subject: fix(test): skip typechecking for blocks inside HTML comments (#13889) --- cli/tests/integration/test_tests.rs | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'cli/tests/integration/test_tests.rs') diff --git a/cli/tests/integration/test_tests.rs b/cli/tests/integration/test_tests.rs index 6424dabd0..f3cf9ebd0 100644 --- a/cli/tests/integration/test_tests.rs +++ b/cli/tests/integration/test_tests.rs @@ -103,6 +103,12 @@ itest!(markdown_full_block_names { output: "test/markdown_full_block_names.out", }); +itest!(markdown_ignore_html_comment { + args: "test --doc --allow-all test/markdown_with_comment.md", + exit_code: 1, + output: "test/markdown_with_comment.out", +}); + itest!(text { args: "test --doc --allow-all test/text.md", exit_code: 0, -- cgit v1.2.3