Formatting tweak
Change indent of continuation line; squashes a flake8 warning.
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user