Remove unneeded raw string

This commit is contained in:
Matthew Tretter
2013-07-31 21:59:35 -04:00
parent f60d910335
commit e5a1784f30

View File

@@ -12,7 +12,7 @@ def test_a_with_title():
def test_a_shortcut():
text = md('<a href="http://google.com">http://google.com</a>')
assert text == r'<http://google.com>'
assert text == '<http://google.com>'
def test_a_no_autolinks():