Commit dec3890d authored by Stefan Behnel's avatar Stefan Behnel

extend test

parent e2e70027
......@@ -14,6 +14,8 @@ Traceback (most recent call last):
NameError: name 'log' is not defined
>>> strchr('abcabc', ord('c'))
'cabc'
>>> strchr(needle=ord('c'), haystack='abcabc')
'cabc'
"""
cdef extern from "math.h":
......
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