4 ? !!str "in the block context"
6 ? !!str "indentation should be kept"
8 ? !!str "but in the flow context"
9 : !!seq [ !!str "it may be violated" ]
14 "the parser does not require scalars to be indented with at least one space"
16 "the parser does not require scalars to be indented with at least one space"
18 { ? !!str "foo": { ? !!str "bar" : !!str "quoted scalars may not adhere indentation" } }