From 58e7b290dccbf06abb882daf2ae2b4c1df96f73f Mon Sep 17 00:00:00 2001 From: Geert-Jan Zwiers <34610306+GJZwiers@users.noreply.github.com> Date: Mon, 15 Nov 2021 15:58:04 +0100 Subject: fix(test): support typechecking docs with CRLF line endings (#12748) --- 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 d4412191e..e5d3fd358 100644 --- a/cli/tests/integration/test_tests.rs +++ b/cli/tests/integration/test_tests.rs @@ -85,6 +85,12 @@ itest!(markdown { output: "test/markdown.out", }); +itest!(markdown_windows { + args: "test --doc --allow-all test/markdown_windows.md", + exit_code: 1, + output: "test/markdown_windows.out", +}); + itest!(text { args: "test --doc --allow-all test/text.md", exit_code: 0, -- cgit v1.2.3