git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/branches/gsoc2009-sploving@12266 626c5289-ae23-0410-ae9c-e8d60b6d4f22
9 lines
336 B
Scilab
9 lines
336 B
Scilab
exec("swigtest.start", -1);
|
|
|
|
if CHAR_CONSTANT_get() <> "x" then swigtesterror(); end
|
|
if STRING_CONSTANT_get() <> "xyzzy" then swigtesterror(); end
|
|
if ESC_CONST_get() <> ascii(1) then swigtesterror(); end
|
|
if ia_get() <> ascii('a') then swigtesterror(); end
|
|
if ib_get() <> ascii('b') then swigtesterror(); end
|
|
|
|
exec("swigtest.quit", -1);
|