Fix a markup test for Python-Markdown 2.3

Apparently it no longer coalesces adjacent blank lines in a code block (which
seems like an improvement).  The new test case doesn't have adjacent blank
lines and will work on old and new versions alike (tested on staging).

(imported from commit e49902be041cf1e7d6fbe489685b966cf4eae108)
This commit is contained in:
Keegan McAllister 2013-04-04 17:21:21 -04:00
parent 3c40dd3bf3
commit 36a4e587ec

View File

@ -1789,7 +1789,6 @@ speak</span><span class="p">(</span><span class="bp">self</span><span class="p">
def func():
x = 1
y = 2
z = 3