Commit 812eefa1 authored by Stefan Behnel's avatar Stefan Behnel

better error output in test

parent 8063ead1
......@@ -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
"""
......
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