(method, typelist) special variable macro fixed/enhanced and made official
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@11470 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
ae606df4df
commit
bf0ee4471c
17 changed files with 532 additions and 161 deletions
|
|
@ -0,0 +1,12 @@
|
|||
import special_variable_functions
|
||||
|
||||
name = special_variable_functions.Name()
|
||||
if special_variable_functions.testFred(name) != "none":
|
||||
raise "test failed"
|
||||
if special_variable_functions.testJack(name) != "$specialname":
|
||||
raise "test failed"
|
||||
if special_variable_functions.testJill(name) != "jilly":
|
||||
raise "test failed"
|
||||
if special_variable_functions.testMary(name) != "SWIGTYPE_p_NameWrap":
|
||||
raise "test failed"
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue