B
    .(b                 @   s0   d dl mZ d dlmZ d dlmZ dd ZdS )    )unicode_literals)Matcher)Docc             C   sl   t | dddddgd}t|dks&tddd	d
diddig}t| }|d|g t||dkshtd S )NZThisisatest.)words   ?)ORTHOPr   r   ZTEST   )r   lenAssertionErrorr   add)Zen_vocabdocpatternZmatcher r   T/home/dcms/DCMS/lib/python3.7/site-packages/spacy/tests/regression/test_issue3879.pytest_issue3879   s    r   N)
__future__r   Zspacy.matcherr   Zspacy.tokensr   r   r   r   r   r   <module>   s   