more cases

git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@7704 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
Marcelo Matus 2005-10-21 12:26:18 +00:00
commit 57344bfb9a
2 changed files with 6 additions and 0 deletions

View file

@ -47,3 +47,6 @@ if foo(b=2) != 3:
if foo_kw(_from=2) != 4:
raise RuntimeError
if foo_nu(_from=2, arg2=3) != 2:
raise RuntimeError