1
1
mirror of https://github.com/explosion/spaCy.git synced 2025-04-09 03:34:15 +03:00

Fix xpassing URL test case

This commit is contained in:
ines 2017-04-07 17:36:05 +02:00
parent c691caa9d3
commit 444dd511c5

View File

@ -53,8 +53,8 @@ URLS_SHOULD_MATCH = [
"http://➡.ws/䨹",
"http://مثال.إختبار",
"http://例子.测试",
"http://उदाहरण.परीक्षा",
pytest.mark.xfail("http://उदाहरण.परीक्षा"),
pytest.mark.xfail("http://foo.com/blah_blah_(wikipedia)"),
pytest.mark.xfail("http://foo.com/blah_blah_(wikipedia)_(again)"),
]