blob: 0d312cc18f60afe995f5569bc1afa0eb5614d734 [file] [log] [blame]
%YAML 1.1
---
!!map {
? !!str "in the block context"
: !!map {
? !!str "indentation should be kept"
: !!map {
? !!str "but in the flow context"
: !!seq [ !!str "it may be violated" ]
}
}
}
--- !!str
"the parser does not require scalars to be indented with at least one space"
--- !!str
"the parser does not require scalars to be indented with at least one space"
--- !!map
{ ? !!str "foo": { ? !!str "bar" : "quoted scalars may not adhere indentation" } }