Add more unit tests.
[pyyaml/python3.git] / tests / data / construct-python-tuple-list-dict.data
blobc56159b5c8be42094081aec4ffdda39735eb3f12
1 - !!python/list [1, 2, 3, 4]
2 - !!python/tuple [1, 2, 3, 4]
3 - !!python/dict {1: 2, 3: 4}
4 - !!python/dict
5     !!python/tuple [0,0]: 0
6     !!python/tuple [0,1]: 1
7     !!python/tuple [1,0]: 1
8     !!python/tuple [1,1]: 0