Skip to content

Commit

Permalink
fix indenting for flake8
Browse files Browse the repository at this point in the history
  • Loading branch information
ikirudennis committed Aug 5, 2024
1 parent 89310f3 commit 058e170
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/test_values.py
Original file line number Diff line number Diff line change
Expand Up @@ -430,8 +430,8 @@
'\t<h1>Two line with <strong>strong</strong><br />\nheading</h1>'),
# Non-standalone ampersands should not be escaped
(("&#8220;<span lang=\"en\">test</span>&#8221;\n\n"
"&#x201c;<span lang=\"en\">test</span>&#x201d;\n\n"
"&nbsp;<span lang=\"en\">test</span>&nbsp;\n"),
"&#x201c;<span lang=\"en\">test</span>&#x201d;\n\n"
"&nbsp;<span lang=\"en\">test</span>&nbsp;\n"),
("\t<p>&#8220;<span lang=\"en\">test</span>&#8221;</p>\n\n"
"\t<p>&#x201c;<span lang=\"en\">test</span>&#x201d;</p>\n\n"
"\t<p>&nbsp;<span lang=\"en\">test</span>&nbsp;</p>")),
Expand Down

0 comments on commit 058e170

Please sign in to comment.