Commit 857e7852 authored by Stefan Behnel's avatar Stefan Behnel

better test output

parent 2fbc1d54
__doc__ = u"""
>>> s = test()
>>> assert s == ''.join([chr(i) for i in range(1,49)]), s
>>> assert s == ''.join([chr(i) for i in range(1,49)]), repr(s)
"""
def test():
......
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