From f91523eb9eb1b10a2833bf344137182a398abdf8 Mon Sep 17 00:00:00 2001 From: hichris1234 Date: Wed, 31 Aug 2016 19:53:13 -0400 Subject: [PATCH] Update tests to longer length Apparently, they relied on 1 unique char in body... which wouldn't have worked. Few unique/etc need 30 chars to work, so add some more filler. --- test/test_regexes.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/test_regexes.py b/test/test_regexes.py index 568fda78e2..0c9ff370e5 100644 --- a/test/test_regexes.py +++ b/test/test_regexes.py @@ -16,11 +16,11 @@ ('kkkkkkkkkkkkkkkkkkkkkkkkkkkk', 'bbbbbbbbbbbbbbbbbbbbbbbbbbbbb', '', 'stackoverflow.com', True, True), ('99999999999', '', '', 'stackoverflow.com', False, True), ('Spam spam spam', '', 'babylisscurl', 'stackoverflow.com', False, True), - ('Question', '111111111111', '', 'stackoverflow.com', False, True), + ('Question', '111111111111111111111111111111111111', '', 'stackoverflow.com', False, True), ('Question', 'I have this number: 111111111111111', '', 'stackoverflow.com', False, False), ('Random title', '$$$$$$$$$$$$', '', 'superuser.com', False, True), ('Enhance SD Male Enhancement Supplements', '', '', '', False, True), - ('Title here', '11111111111111', '', 'communitybuilding.stackexchange.com', False, True), + ('Title here', '111111111111111111111111111111111111', '', 'communitybuilding.stackexchange.com', False, True), ('Gmail Tech Support (1-844-202-5571) Gmail tech support number[Toll Free Number]?', '', '', 'stackoverflow.com', False, True), ('<>1 - 866-978-6819<>gmail password reset//gmail contact number//gmail customer service//gmail help number', '', '', 'stackoverflow.com', False, True), ('Hotmail technical support1 - 844-780-67 62 telephone number Hotmail support helpline number', '', '', 'stackoverflow.com', False, True),