Add a branch for the new parser. Add tests from the spec.
[pyyaml/python3.git] / tests / data / spec-08-10.data
blob285e4625eab037dd75061747d41a3859e5dd06e1
1 block styles:
2   scalars:
3     literal: !!str |
4       #!/usr/bin/perl
5       print "Hello, world!\n";
6     folded: >
7       This sentence
8       is false.
9   collections: !!seq
10     sequence: !!seq # Entry:
11       - entry # Plain
12       # Mapping entry:
13       - key: value
14     mapping: 
15       key: value