Commit 7642d631 authored by Michal Čihař's avatar Michal Čihař

Add test cases for issue #674

Signed-off-by: default avatarMichal Čihař <michal@cihar.com>
parent c5e616a8
......@@ -150,6 +150,8 @@ class EndQuestionCheckTest(CheckTestCase):
def test_french(self):
self.do_test(False, ('Text?', u'Texte ?', ''), 'fr')
self.do_test(False, ('Text?', u'Texte\u202F?', ''), 'fr')
self.do_test(False, ('Text?', u'Texte&nbsp;?', ''), 'fr')
def test_french_ignore(self):
self.do_test(False, ('Text', u'Texte', ''), 'fr')
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment