Imported Upstream version 3.10
[platform/upstream/python-PyYAML.git] / tests / data / spec-08-08.data
1 ---
2 foo:
3  "bar
4  baz"
5 ---
6 "foo
7  bar"
8 ---
9 foo
10  bar
11 --- |
12  foo
13 ...