fixes and more cases, as usual
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@7768 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
985adc13fb
commit
1799ddf592
9 changed files with 139 additions and 7 deletions
|
|
@ -11,7 +11,19 @@ if 1:
|
|||
m[1] = a1
|
||||
m[2] = a2
|
||||
|
||||
li_std_map.p_identa(p1)
|
||||
li_std_map.m_identa(m)
|
||||
pp1 = li_std_map.p_identa(p1)
|
||||
mm = li_std_map.m_identa(m)
|
||||
|
||||
|
||||
|
||||
m = li_std_map.mapA()
|
||||
m[1] = a1
|
||||
m[2] = a2
|
||||
for i in m:
|
||||
if m[i[0]].this != i[1].this:
|
||||
print m[i[0]].this, i[1].this
|
||||
raise RuntimeError
|
||||
|
||||
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue