Skip to content

Commit

Permalink
Change appveyor badge style. More tests for coverage 100%
Browse files Browse the repository at this point in the history
  • Loading branch information
lepture committed Jul 30, 2015
1 parent 8e060f3 commit bba78f3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.rst
Expand Up @@ -16,7 +16,7 @@ inspired by marked_.
.. image:: https://coveralls.io/repos/lepture/mistune/badge.svg?branch=master
:target: https://coveralls.io/r/lepture/mistune
:alt: Coverage Status
.. image:: https://ci.appveyor.com/api/projects/status/8ai8tfwp75oela17
.. image:: https://ci.appveyor.com/api/projects/status/8ai8tfwp75oela17?svg=true
:target: https://ci.appveyor.com/project/lepture/mistune
:alt: App Veyor CI Status

Expand Down
5 changes: 5 additions & 0 deletions tests/test_extra.py
Expand Up @@ -54,6 +54,11 @@ def test_parse_inline_html():
)
assert '<span><strong>' in ret

ret = mistune.markdown(
'<a>http://lepture.com</a>', parse_inline_html=True, escape=False
)
assert 'href' not in ret


def test_parse_block_html():
ret = mistune.markdown(
Expand Down

0 comments on commit bba78f3

Please sign in to comment.