Commit 80f985f2 authored by Stefan Behnel's avatar Stefan Behnel

PyPy test fix

parent d130df91
__doc__ = """ __doc__ = """
>>> test_chars(b'yo') >>> test_chars(b'yo')
(b'a', b'bc', b'yo') (b'a', b'bc', b'yo')
>>> test_chars(None) # doctest: +ELLIPSIS >>> try: test_chars(None)
Traceback (most recent call last): ... except TypeError: pass
TypeError: expected ...
""" """
import sys import sys
......
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