[Synopsis-changes] Synopsis/Synopsis/tests/Cxx-API/Python/expected Dict.out,NONE,1.1 List.out,NONE,1.1 Object.out,NONE,1.1 Tuple.out,NONE,1.1

Stefan Seefeld stefan at synopsis.fresco.org
Mon Jan 12 20:24:48 UTC 2004


Update of /cvs/synopsis/Synopsis/tests/Cxx-API/Python/expected
In directory frida:/tmp/cvs-serv9641/Cxx-API/Python/expected

Added Files:
	Dict.out List.out Object.out Tuple.out 
Log Message:
support unit tests for C++ API

--- NEW FILE: Dict.out ---
{'a': 'A', 1: 2, 'hello': 'world'}
['a', 1, 'hello']
['A', 2, 'world']
[('a', 'A'), (1, 2), ('hello', 'world')]
A
None
('a', 'A')
(1, 2)
('hello', 'world')

--- NEW FILE: List.out ---
['a', 1, 'hello', 'world']
[1, 'a', 'hello', 'world']
['world', 'hello', 'a', 1]
world

--- NEW FILE: Object.out ---
q
q
hello world
hello world
42
42
object not an integer

--- NEW FILE: Tuple.out ---
('a', 1, 'hello', 'world')
('a', 1, 'hello', 'world')
('1', '2', '3')
('hello', 'world', 42)





More information about the Synopsis-changes mailing list