Add more unit tests for error messages.
[pyyaml/python3.git] / tests / data / spec-08-08.data
blob757a93dd91fd2e269b2aaaabe2a0f1c0a4d42067
1 ---
2 foo:
3  "bar
4  baz"
5 ---
6 "foo
7  bar"
8 ---
9 foo
10  bar
11 --- |
12  foo
13 ...