Skip to content

Commit

Permalink
Update tests to longer length
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
csnardi authored Aug 31, 2016
1 parent 2a5e883 commit f91523e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/test_regexes.py
Original file line number Diff line number Diff line change
Expand Up @@ -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),
Expand Down

0 comments on commit f91523e

Please sign in to comment.