From 6abdd66053fd80d113b74ed79551910d2fa8a1c7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9my=20HUBSCHER?= Date: Wed, 5 Feb 2020 18:29:28 +0100 Subject: [PATCH] Add a test. --- tests/trailing_whitespace_fixer_test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/trailing_whitespace_fixer_test.py b/tests/trailing_whitespace_fixer_test.py index 97f9aef..0d2c440 100644 --- a/tests/trailing_whitespace_fixer_test.py +++ b/tests/trailing_whitespace_fixer_test.py @@ -36,7 +36,7 @@ def test_ok_with_dos_line_endings(tmpdir): assert ret == 0 -@pytest.mark.parametrize('ext', ('md', 'Md', '.md', '*')) +@pytest.mark.parametrize('ext', ('md', 'Md', '.md', '*', '.md.j2')) def test_fixes_markdown_files(tmpdir, ext): path = tmpdir.join('test.md') path.write(