Commit b5042468 authored by Stefan Behnel's avatar Stefan Behnel

re-add embed-signatures test for signed char signature (which should not be...

re-add embed-signatures test for signed char signature (which should not be impacted by the latest implicit signedness change)
parent 210224e0
......@@ -123,6 +123,9 @@ __doc__ = ur"""
>>> print(funcdoc(f_uc))
f_uc(unsigned char c) -> unsigned char
>>> print(funcdoc(f_sc))
f_sc(signed char c) -> signed char
>>> print(funcdoc(f_s))
f_s(short s) -> short
......
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