Add more unit tests.
[pyyaml.git] / tests / data / construct-python-tuple-list-dict.code
blob20ced9883cfc814cf172c5f6412a6c73397e164a
2     [1, 2, 3, 4],
3     (1, 2, 3, 4),
4     {1: 2, 3: 4},
5     {(0,0): 0, (0,1): 1, (1,0): 1, (1,1): 0},