Add build test for bleach

This commit is contained in:
Kovid Goyal 2015-11-03 11:27:47 +05:30
parent 5cbd9ef5da
commit 4d6eaedfb4

View File

@ -236,6 +236,8 @@ def test_terminal():
def test_markdown():
from calibre.ebooks.markdown import Markdown
Markdown(extensions=['extra'])
import bleach
bleach.clean(u'xxx<script>a</script>')
print('Markdown OK!')
def test():