%YAML 1.1 --- - name: spec-05-08 yaml: | single: 'text' double: "text" tree: | +STR +DOC +MAP =VAL :single =VAL 'text =VAL :double =VAL "text -MAP -DOC -STR - name: spec-05-08-canonical yaml: | %YAML 1.1 --- !!map { ? !!str "single" : !!str "text", ? !!str "double" : !!str "text", } tree: | +STR +DOC --- +MAP {} =VAL "single =VAL "text =VAL "double =VAL "text -MAP -DOC -STR