mirror of https://github.com/explosion/spaCy.git
* Upd asciify test, fixing type error
This commit is contained in:
parent
64f33a8705
commit
dc681920bc
|
@ -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'"'
|
||||||
|
|
Loading…
Reference in New Issue