mirror of
https://github.com/explosion/spaCy.git
synced 2024-11-10 19:57:17 +03:00
* 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():
|
||||
string = u'“'
|
||||
assert asciied(string) == b'"'
|
||||
string = b'”'
|
||||
string = u'”'
|
||||
assert asciied(string) == b'"'
|
||||
|
|
Loading…
Reference in New Issue
Block a user