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:
Dmitry Kabak 2012-08-05 13:31:19 +00:00
commit 6365770c7f

View file

@ -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'
)