Imported Upstream version 3.10
[platform/upstream/python-PyYAML.git] / tests / data / spec-06-06.canonical
1 %YAML 1.1
2 ---
3 !!map {
4   ? !!str "plain"
5   : !!str "text lines",
6   ? !!str "quoted"
7   : !!str "text lines",
8   ? !!str "block"
9   : !!str "text\n       lines\n"
10 }