~ubuntu-branches/ubuntu/edgy/swig1.3/edgy

« back to all changes in this revision

Viewing changes to Examples/test-suite/python/arrays_global_runme.py

  • Committer: Bazaar Package Importer
  • Author(s): Matthias Klose
  • Date: 2005-01-10 09:48:52 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20050110094852-axi555axhj1brbwq
Tags: 1.3.22-5ubuntu2
Build using python2.4 and pike7.6. Closes: #4146.

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
 
3
3
arrays_global.cvar.array_i = arrays_global.cvar.array_const_i
4
4
 
 
5
from  arrays_global import *
 
6
 
 
7
BeginString_FIX44a
 
8
cvar.BeginString_FIX44b
 
9
BeginString_FIX44c
 
10
cvar.BeginString_FIX44d
 
11
cvar.BeginString_FIX44d
 
12
cvar.BeginString_FIX44b ="12"'\0'"45"
 
13
cvar.BeginString_FIX44b
 
14
cvar.BeginString_FIX44d
 
15
cvar.BeginString_FIX44e
 
16
BeginString_FIX44f
 
17
 
 
18
test_a("hello","hi","chello","chi")
 
19
 
 
20
test_b("1234567","hi")