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

PyPy test fix

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