diff options
author | Waylan Limberg <waylan.limberg@icloud.com> | 2014-08-25 13:49:46 -0400 |
---|---|---|
committer | Waylan Limberg <waylan.limberg@icloud.com> | 2014-08-25 13:49:46 -0400 |
commit | b59d6d5cbf521d6f6557a29dfd5589c51ae73789 (patch) | |
tree | 2af15d84c6d9e6b990932d97b49f5eae50492845 /tests/misc/image.html | |
parent | ed661f74428670df810d4d702cd31c760693b455 (diff) | |
download | markdown-b59d6d5cbf521d6f6557a29dfd5589c51ae73789.tar.gz markdown-b59d6d5cbf521d6f6557a29dfd5589c51ae73789.tar.bz2 markdown-b59d6d5cbf521d6f6557a29dfd5589c51ae73789.zip |
Added some inline pattenr tests.
markdown/inlinepatterns.py is now at 99% coverage.
I have no idea why the two remaining lines are not not covered.
I it not clear to me under what circumstances this two if statements
would ever evaluate to True. I'm inclined to just remove them, but perhaps
there is an edge case I'm missing. I'll take another look later.
Diffstat (limited to 'tests/misc/image.html')
-rw-r--r-- | tests/misc/image.html | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/misc/image.html b/tests/misc/image.html index 16be2d5..aa24cef 100644 --- a/tests/misc/image.html +++ b/tests/misc/image.html @@ -1 +1,3 @@ -<p><img alt="Poster" src="http://humane_man.jpg" title="The most humane man." /></p>
\ No newline at end of file +<p><img alt="Poster" src="http://humane_man.jpg" title="The most humane man." /></p> +<p><img alt="Poster" src="http://humane_man.jpg" title="The most humane man." /></p> +<p><img alt="Blank" src="" /></p>
\ No newline at end of file |