Subclass all base classes from `object`.
[pyyaml/python3.git] / tests / data / document-separator-in-quoted-scalar.loader-error
blob9eeb0d6fdd7d2135d7b554b473fb5f67c53f5d09
1 ---
2 "this --- is correct"
3 ---
4 "this
5 ...is also
6 correct"
7 ---
8 "a quoted scalar
9 cannot contain
10 ---
11 document separators"