diff options
Diffstat (limited to 'test/test_exceptions.py')
-rw-r--r-- | test/test_exceptions.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/test_exceptions.py b/test/test_exceptions.py index 8321b25..bcaae3b 100644 --- a/test/test_exceptions.py +++ b/test/test_exceptions.py @@ -91,7 +91,7 @@ ${u'привет'} assert "".encode(sys.getdefaultencoding(), 'htmlentityreplace') in html_error else: - assert 'u''\ + assert '''\ 'привет'\ ''</span><span class="cp">}</span>'.encode( sys.getdefaultencoding(), @@ -220,7 +220,7 @@ ${foobar} assert ''привет'</span>' in \ l.get_template("foo.html").render().decode('utf-8') else: - assert 'u'прив'\ + assert ''прив'\ 'ет'</span>' in \ l.get_template("foo.html").render().decode('utf-8') |