Commit 25896d49 authored by Stefan Behnel's avatar Stefan Behnel

fix inop test

parent 7be69783
...@@ -211,8 +211,8 @@ def m_wide_unicode_literal(Py_UNICODE a): ...@@ -211,8 +211,8 @@ def m_wide_unicode_literal(Py_UNICODE a):
0 0
>>> import sys >>> import sys
>>> if sys.maxunicode == 65535: >>> if sys.maxunicode == 65535:
... m_wide_unicode_literal(py_wide_unicode_character_surrogate1) ... m_wide_unicode_literal(wide_unicode_character_surrogate1)
... m_wide_unicode_literal(py_wide_unicode_character_surrogate2) ... m_wide_unicode_literal(wide_unicode_character_surrogate2)
... else: ... else:
... m_wide_unicode_literal(ord(py_wide_unicode_character)) ... m_wide_unicode_literal(ord(py_wide_unicode_character))
... 1 ... 1
......
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