xref: /aosp_15_r20/external/snakeyaml/src/test/resources/pyyaml/spec-06-01.canonical (revision ac2a7c1bf4e14d82f3bd566dcc2d76d5b42faf34)
1%YAML 1.1
2---
3!!map {
4  ? !!str "Not indented"
5  : !!map {
6      ? !!str "By one space"
7      : !!str "By four\n  spaces\n",
8      ? !!str "Flow style"
9      : !!seq [
10          !!str "By two",
11          !!str "Also by two",
12          !!str "Still by two",
13        ]
14    }
15}
16