aboutsummaryrefslogtreecommitdiffstats
path: root/markdown/blockprocessors.py
diff options
context:
space:
mode:
authorWaylan Limberg <waylan@gmail.com>2014-07-11 21:46:51 -0400
committerWaylan Limberg <waylan@gmail.com>2014-07-11 21:46:51 -0400
commitb27e1ea4b712d3b332f9eaec3c4b218fdf42eca3 (patch)
tree4ca47f5a78d6b94978ced6c71ce686a5bb2b8033 /markdown/blockprocessors.py
parent16de7ed9de3d6aa464acd4a359a2e84a339768ba (diff)
downloadmarkdown-b27e1ea4b712d3b332f9eaec3c4b218fdf42eca3.tar.gz
markdown-b27e1ea4b712d3b332f9eaec3c4b218fdf42eca3.tar.bz2
markdown-b27e1ea4b712d3b332f9eaec3c4b218fdf42eca3.zip
Mark a few more lines with 'no cover' - missed them the first time through. The rest should have test cases added.
Diffstat (limited to 'markdown/blockprocessors.py')
-rw-r--r--markdown/blockprocessors.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/markdown/blockprocessors.py b/markdown/blockprocessors.py
index e8f6750..08fbcf8 100644
--- a/markdown/blockprocessors.py
+++ b/markdown/blockprocessors.py
@@ -433,7 +433,7 @@ class HashHeaderProcessor(BlockProcessor):
if after:
# Insert remaining lines as first block for future parsing.
blocks.insert(0, after)
- else:
+ else: #pragma: no cover
# This should never happen, but just in case...
logger.warn("We've got a problem header: %r" % block)