Formatting tweak

Change indent of continuation line; squashes a flake8 warning.
This commit is contained in:
Andrew Richards
2020-11-27 14:18:08 +00:00
parent 92a73c8dfe
commit 7685738344

View File

@@ -10,4 +10,4 @@ def test_code_with_tricky_content():
assert md('<code>></code>') == "`>`"
assert md('<code>/home/</code><b>username</b>') == "`/home/`**username**"
assert md('First line <code>blah blah<br />blah blah</code> second line') \
== "First line `blah blah \nblah blah` second line"
== "First line `blah blah \nblah blah` second line"