change stream test name, plus more tests
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@6791 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
6c5b430226
commit
2da2e15a53
9 changed files with 32 additions and 12 deletions
10
SWIG/Examples/test-suite/python/li_std_stream_runme.py
Normal file
10
SWIG/Examples/test-suite/python/li_std_stream_runme.py
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
import li_std_stream as std
|
||||
|
||||
std.cout << 2345 << " " << 1.435 << std.endl
|
||||
std.endl(std.cout)
|
||||
|
||||
|
||||
a = std.A()
|
||||
|
||||
a.bar(2)
|
||||
a.foo(4, a.bar)
|
||||
Loading…
Add table
Add a link
Reference in a new issue