Welcome to mirror list, hosted at ThFree Co, Russian Federation.

dev.gajim.org/gajim/gajim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'test/no_gui/test_text_helpers.py')
-rw-r--r--test/no_gui/test_text_helpers.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/no_gui/test_text_helpers.py b/test/no_gui/test_text_helpers.py
index 5f3b0d995..86897829c 100644
--- a/test/no_gui/test_text_helpers.py
+++ b/test/no_gui/test_text_helpers.py
@@ -13,7 +13,7 @@ class Test(unittest.TestCase):
self.assertEqual(
escape_iri_path_segment(''.join(chr(c) for c in range(0x20,0x7F))),
- '%20!%22%23$%25&\'()*+,-.%2F0123456789:;%3C=%3E%3F@ABCDEFGHIJKLMN'
+ "%20!%22%23$%25&'()*+,-.%2F0123456789:;%3C=%3E%3F@ABCDEFGHIJKLMN"
'OPQRSTUVWXYZ%5B%5C%5D%5E_%60abcdefghijklmnopqrstuvwxyz%7B%7C%7D~',
'ASCII printable')