%YAML 1.1 --- - name: spec-09-22 yaml: "strip: |-\n text\Pclip: |\n text\Nkeep: |+\n text\L" - name: spec-09-22-canonical yaml: | %YAML 1.1 --- !!map { ? !!str "strip" : !!str "text", ? !!str "clip" : !!str "text\n", ? !!str "keep" : !!str "text\L", } # FIXME # tree: | # +STR # +DOC --- # +MAP {} # =VAL "strip # =VAL "text # =VAL "clip # =VAL "text\n # =VAL "keep # =VAL "text\L # -MAP # -DOC # -STR