Remove unneeded raw string
This commit is contained in:
@@ -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():
|
||||
|
||||
Reference in New Issue
Block a user