aboutsummaryrefslogtreecommitdiff
path: root/tests/data/construct-python-tuple-list-dict.data
blob: c56159b5c8be42094081aec4ffdda39735eb3f12 (plain)
1
2
3
4
5
6
7
8
- !!python/list [1, 2, 3, 4]
- !!python/tuple [1, 2, 3, 4]
- !!python/dict {1: 2, 3: 4}
- !!python/dict
    !!python/tuple [0,0]: 0
    !!python/tuple [0,1]: 1
    !!python/tuple [1,0]: 1
    !!python/tuple [1,1]: 0