コード例 #1
0
ファイル: test_asciify.py プロジェクト: zhangxt/spaCy
def test_tilde():
    string = u'hõmbre'
    assert asciied(string) == b'hombre'
コード例 #2
0
ファイル: test_asciify.py プロジェクト: zhangxt/spaCy
def test_smart_quote():
    string = u'“'
    assert asciied(string) == b'"'
    string = u'”'
    assert asciied(string) == b'"'