From 812eefa1544ed45ddc9bc05e110175ece0ccbe26 Mon Sep 17 00:00:00 2001 From: Stefan Behnel Date: Mon, 9 Aug 2010 11:17:19 +0200 Subject: [PATCH] better error output in test --- tests/run/unicodeliterals.pyx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/run/unicodeliterals.pyx b/tests/run/unicodeliterals.pyx index 661219bd..642d497f 100644 --- a/tests/run/unicodeliterals.pyx +++ b/tests/run/unicodeliterals.pyx @@ -76,7 +76,7 @@ if sys.version_info >= (2,6): __doc__ += u"""\ >>> expected = u'\U00101234' # unescaped by Cython >>> if wide_literal == expected: print(True) - ... else: print(repr(wide_literal), repr(expected)) + ... else: print(repr(wide_literal), repr(expected), sys.maxunicode) True """ -- 2.26.2