source:
pyyaml/trunk/tests/data/construct-python-tuple-list-dict.data
@
144
| Revision 144, 216 bytes checked in by xi, 7 years ago (diff) |
|---|
| Line | |
|---|---|
| 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 |
Note: See TracBrowser
for help on using the repository browser.
