Commit 0921b9bc authored by Stefan Behnel's avatar Stefan Behnel

make a doctest cover pypy's error message

parent 9f856412
......@@ -8,10 +8,9 @@ __doc__ = """
2.0
>>> pxd_sqrt(9)
3.0
>>> log(10)
>>> log(10) # doctest: +ELLIPSIS
Traceback (most recent call last):
...
NameError: name 'log' is not defined
NameError: ...name 'log' is not defined
>>> strchr('abcabc', ord('c'))
'cabc'
>>> strchr(needle=ord('c'), haystack='abcabc')
......
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