%YAML 1.1 --- - name: spec-08-07 yaml: | # Assuming conventional resolution: - "12" - 12 - ! 12 tree: | +STR +DOC +SEQ =VAL "12 =VAL :12 =VAL :12 -SEQ -DOC -STR - name: spec-08-07-canonical yaml: | %YAML 1.1 --- !!seq [ ! "12", ! "12", # ! "12", ! "12", ] tree: | +STR +DOC --- +SEQ [] =VAL "12 =VAL "12 =VAL "12 -SEQ -DOC -STR