%YAML 1.1 --- - name: spec-09-05 yaml: "- \"first\n \t\"\n- \"first\n\n \tlast\"\n- \"first\n inner\n \\ \tlast\"\ \n" tree: | +STR +DOC +SEQ =VAL "first =VAL "first\nlast =VAL "first inner \tlast -SEQ -DOC -STR - name: spec-09-05-canonical yaml: | %YAML 1.1 --- !!seq [ !!str "first ", !!str "first\nlast", !!str "first inner \tlast", ] tree: | +STR +DOC --- +SEQ [] =VAL "first =VAL "first\nlast =VAL "first inner \tlast -SEQ -DOC -STR