From e53b6c16bc1d11f6791eb6f4f3d822150d36e278 Mon Sep 17 00:00:00 2001 From: Geert-Jan Zwiers <34610306+GJZwiers@users.noreply.github.com> Date: Tue, 8 Mar 2022 02:10:40 +0100 Subject: fix(test): typecheck blocks annotated with long js/ts notations (#13785) --- cli/tests/integration/test_tests.rs | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'cli/tests/integration') diff --git a/cli/tests/integration/test_tests.rs b/cli/tests/integration/test_tests.rs index b19cba8f4..6424dabd0 100644 --- a/cli/tests/integration/test_tests.rs +++ b/cli/tests/integration/test_tests.rs @@ -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, -- cgit v1.2.3