Correct test examples

This commit is contained in:
greg 2018-01-23 15:00:14 -05:00
parent f50bb1aafc
commit 85ab99e692

View File

@ -13,8 +13,8 @@ from ...vocab import Vocab
('a b', 0, 2), ('a b', 0, 2),
('a c', 0, 1), ('a c', 0, 1),
('a b c', 0, 2), ('a b c', 0, 2),
('a b b c', 0, 2), ('a b b c', 0, 3),
('a b b', 0, 2), ('a b b', 0, 3),
] ]
) )
def test_issue1450_matcher_end_zero_plus(string, start, end): def test_issue1450_matcher_end_zero_plus(string, start, end):