Added missing test part to python testsuite
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/branches/gsoc2012-doxygen@13516 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
e05d88b83c
commit
6365770c7f
1 changed files with 6 additions and 0 deletions
|
|
@ -65,3 +65,9 @@ check(doxygen_basic_translate.function6.__doc__, ''
|
|||
' Arguments: \n'
|
||||
' a (int) -- Some parameter, default is 42\n'
|
||||
)
|
||||
check(doxygen_basic_translate.function7.__doc__, ''
|
||||
' Test for a parameter with difficult type \n'
|
||||
' (mostly for python) \n'
|
||||
' Arguments: \n'
|
||||
' a (Shape::superType *[10]) -- Very strange param \n'
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue