diff options
author | Geert-Jan Zwiers <34610306+GJZwiers@users.noreply.github.com> | 2021-11-15 15:58:04 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-11-15 09:58:04 -0500 |
commit | 58e7b290dccbf06abb882daf2ae2b4c1df96f73f (patch) | |
tree | 5a404da1b79629758195dd5c3bb103fe30bddaa9 /cli/tests/integration/fmt_tests.rs | |
parent | dd91ecef502456ba39495d8e178f8101a87c0e34 (diff) |
fix(test): support typechecking docs with CRLF line endings (#12748)
Diffstat (limited to 'cli/tests/integration/fmt_tests.rs')
-rw-r--r-- | cli/tests/integration/fmt_tests.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/tests/integration/fmt_tests.rs b/cli/tests/integration/fmt_tests.rs index 1adbc8ff8..304625348 100644 --- a/cli/tests/integration/fmt_tests.rs +++ b/cli/tests/integration/fmt_tests.rs @@ -129,7 +129,7 @@ fn fmt_ignore_unexplicit_files() { } itest!(fmt_check_tests_dir { - args: "fmt --check ./ --ignore=.test_coverage,fmt/fmt_with_config/", + args: "fmt --check ./ --ignore=.test_coverage,fmt/fmt_with_config/,test/markdown_windows.md", output: "fmt/expected_fmt_check_tests_dir.out", exit_code: 1, }); |