* Upd asciify test, fixing type error

This commit is contained in:
Matthew Honnibal 2015-01-06 01:09:44 +11:00
parent 64f33a8705
commit dc681920bc

View File

@ -14,5 +14,5 @@ def test_tilde():
def test_smart_quote(): def test_smart_quote():
string = u'' string = u''
assert asciied(string) == b'"' assert asciied(string) == b'"'
string = b'' string = u''
assert asciied(string) == b'"' assert asciied(string) == b'"'