From e9680164178c850d1cecb3f091968746f5ee9c78 Mon Sep 17 00:00:00 2001 From: Matthew Honnibal Date: Wed, 15 Aug 2018 17:18:28 +0200 Subject: [PATCH] Note link between issues #2671 and #2675 --- spacy/tests/regression/test_issue2671.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/spacy/tests/regression/test_issue2671.py b/spacy/tests/regression/test_issue2671.py index 1b7e04c7c..ea33d69c7 100644 --- a/spacy/tests/regression/test_issue2671.py +++ b/spacy/tests/regression/test_issue2671.py @@ -13,6 +13,9 @@ def get_rule_id(nlp, matcher, doc): def test_issue2671(): + '''Ensure the correct entity ID is returned for matches with quantifiers. + See also #2675 + ''' nlp = English() matcher = Matcher(nlp.vocab)