Changeset 42 for branches/pyyaml3000/tests/data/spec-08-09.canonical
- Timestamp:
- 02/14/06 19:30:33 (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/pyyaml3000/tests/data/spec-08-09.canonical
r38 r42 11 11 : !!str "some text" 12 12 } }, 13 ? !!str "collections" :: !!map {13 ? !!str "collections" : !!map { 14 14 ? !!str "sequence" : !!seq [ 15 ?!!str "entry",16 :!!map {15 !!str "entry", 16 !!map { 17 17 ? !!str "key" : !!str "value" 18 18 } ], 19 ? !!str "mapping" :: !!map {19 ? !!str "mapping" : !!map { 20 20 ? !!str "key" : !!str "value" 21 21 } } }
Note: See TracChangeset
for help on using the changeset viewer.
