mirror of
https://github.com/explosion/spaCy.git
synced 2025-07-13 17:52:31 +03:00
Fix spacing
This commit is contained in:
parent
5712da6095
commit
fe0ff00fe1
|
@ -3,6 +3,7 @@ from __future__ import unicode_literals
|
||||||
|
|
||||||
import pytest
|
import pytest
|
||||||
|
|
||||||
|
|
||||||
@pytest.mark.xfail
|
@pytest.mark.xfail
|
||||||
@pytest.mark.parametrize('text', ["want/need"])
|
@pytest.mark.parametrize('text', ["want/need"])
|
||||||
def test_issue891(en_tokenizer, text):
|
def test_issue891(en_tokenizer, text):
|
||||||
|
|
Loading…
Reference in New Issue
Block a user