1a5f9918aSopenharmony_ci%YAML 1.1
2a5f9918aSopenharmony_ci---
3a5f9918aSopenharmony_ci!!map { 
4a5f9918aSopenharmony_ci    ? !!str "in the block context"
5a5f9918aSopenharmony_ci    : !!map {
6a5f9918aSopenharmony_ci        ? !!str "indentation should be kept"
7a5f9918aSopenharmony_ci        : !!map {
8a5f9918aSopenharmony_ci            ? !!str "but in the flow context"
9a5f9918aSopenharmony_ci            : !!seq [ !!str "it may be violated" ]
10a5f9918aSopenharmony_ci        }
11a5f9918aSopenharmony_ci    }
12a5f9918aSopenharmony_ci}
13a5f9918aSopenharmony_ci--- !!str
14a5f9918aSopenharmony_ci"the parser does not require scalars to be indented with at least one space"
15a5f9918aSopenharmony_ci--- !!str
16a5f9918aSopenharmony_ci"the parser does not require scalars to be indented with at least one space"
17a5f9918aSopenharmony_ci--- !!map
18a5f9918aSopenharmony_ci{ ? !!str "foo": { ? !!str "bar" : !!str "quoted scalars may not adhere indentation" } }
19