From 36a4e587ec6960e4b93480818795fa735bcb1896 Mon Sep 17 00:00:00 2001 From: Keegan McAllister Date: Thu, 4 Apr 2013 17:21:21 -0400 Subject: [PATCH] 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) --- zephyr/tests.py | 1 - 1 file changed, 1 deletion(-) diff --git a/zephyr/tests.py b/zephyr/tests.py index b033f617af..0cf729f739 100644 --- a/zephyr/tests.py +++ b/zephyr/tests.py @@ -1789,7 +1789,6 @@ speak(self def func(): x = 1 - y = 2 z = 3