Changeset 137 for pyyaml/trunk/tests/data/documents.events
- Timestamp:
- 04/16/06 19:45:21 (7 years ago)
- File:
-
- 1 edited
-
pyyaml/trunk/tests/data/documents.events (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
pyyaml/trunk/tests/data/documents.events
r132 r137 1 1 - !StreamStart 2 2 - !DocumentStart { explicit: false } 3 - !Scalar { implicit: true, value: 'data' }3 - !Scalar { implicit: [true,false], value: 'data' } 4 4 - !DocumentEnd 5 5 - !DocumentStart 6 - !Scalar { implicit: true}6 - !Scalar { implicit: [true,false] } 7 7 - !DocumentEnd 8 8 - !DocumentStart { version: [1,1], tags: { '!': '!foo', '!yaml!': 'tag:yaml.org,2002:', '!ugly!': '!!!!!!!' } } 9 - !Scalar { implicit: true}9 - !Scalar { implicit: [true,false] } 10 10 - !DocumentEnd 11 11 - !StreamEnd
Note: See TracChangeset
for help on using the changeset viewer.
