Author: Philip Jenvey <[email protected]>
Branch: py3k
Changeset: r69945:5e094da24d56
Date: 2014-03-13 14:29 -0700
http://bitbucket.org/pypy/pypy/changeset/5e094da24d56/

Log:    adjust the test as we follow 3.2.4? behavior now

diff --git a/lib-python/3/test/test_codeccallbacks.py 
b/lib-python/3/test/test_codeccallbacks.py
--- a/lib-python/3/test/test_codeccallbacks.py
+++ b/lib-python/3/test/test_codeccallbacks.py
@@ -262,12 +262,12 @@
 
         self.assertEqual(
             b"\\u3042\u3xxx".decode("unicode-escape", "test.handler1"),
-            "\u3042[<92><117><51><120>]xx"
+            "\u3042[<92><117><51>]xxx"
         )
 
         self.assertEqual(
             b"\\u3042\u3xx".decode("unicode-escape", "test.handler1"),
-            "\u3042[<92><117><51><120><120>]"
+            "\u3042[<92><117><51>]xx"
         )
 
         self.assertEqual(
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to