Skip to content

Commit

Permalink
add test for issue #17
Browse files Browse the repository at this point in the history
  • Loading branch information
ikirudennis committed Dec 11, 2015
1 parent 84c0bef commit 7736c32
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions tests/test_github_issues.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
import textile

def test_github_issue_17():
result = textile.textile('!http://www.ox.ac.uk/favicon.ico!')
expect = '\t<p><img alt="" src="http://www.ox.ac.uk/favicon.ico" /></p>'
assert result == expect

0 comments on commit 7736c32

Please sign in to comment.