Skip to content

Commit

Permalink
Known-good post on ru.SO should not be "Body here"
Browse files Browse the repository at this point in the history
  • Loading branch information
normalhuman committed Mar 24, 2016
1 parent d84a46c commit c9ebd10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_regexes.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
('something', 'his email address is (SOMEONE@GMAIL.COM)', '', 'stackoverflow.com', False, False),
('something', 'URL: &email=someone@gmail.com', '', 'meta.stackexchange.com', False, False),
('random title', 'URL: page.html#someone@gmail.com', '', 'rpg.stackexchange.com', False, False),
(u'Как рандомно получать числа 1 и 2?', 'Body here', u'Сашка', 'ru.stackoverflow.com', False, False),
(u'Как рандомно получать числа 1 и 2?', u'Текст вопроса с кодом <code>a = b + 1</code>', u'Сашка', 'ru.stackoverflow.com', False, False),
('Should not be caught: http://example.com', '', '', 'drupal.stackexchange.com', False, False),
('Should not be caught: https://www.example.com', '', '', 'drupal.stackexchange.com', False, False),
('Should not be caught: something@example.com', '', '', 'drupal.stackexchange.com', False, False),
Expand Down

0 comments on commit c9ebd10

Please sign in to comment.