mirror of
https://github.com/Hopiu/djLint.git
synced 2026-05-16 09:03:09 +00:00
fixed stripped whitespace on test..
This commit is contained in:
parent
a03ea83dd8
commit
41a3346c14
1 changed files with 1 additions and 1 deletions
|
|
@ -341,7 +341,7 @@ console.log();
|
|||
def test_html_comments_tag(runner, tmp_file):
|
||||
write_to_file(
|
||||
tmp_file.name,
|
||||
b"""<div>\n <!-- asdf-->\n\n <!-- \n multi\nline\ncomment--></div>""",
|
||||
b"""<div>\n <!-- asdf-->\n\n <!--\n multi\nline\ncomment--></div>""",
|
||||
)
|
||||
runner.invoke(djlint, [tmp_file.name, "--reformat"])
|
||||
assert (
|
||||
|
|
|
|||
Loading…
Reference in a new issue