%YAML 1.1 --- - name: spec-08-12 yaml: | [ Without properties, &anchor "Anchored", !!str 'Tagged', *anchor, # Alias node !!str , # Empty plain scalar '', # Empty plain scalar ] tree: | +STR +DOC +SEQ [] =VAL :Without properties =VAL &anchor "Anchored =VAL 'Tagged =ALI *anchor =VAL : =VAL ' -SEQ -DOC -STR - name: spec-08-12-canonical yaml: | %YAML 1.1 --- !!seq [ !!str "Without properties", &A !!str "Anchored", !!str "Tagged", *A, !!str "", !!str "", ] tree: | +STR +DOC --- +SEQ [] =VAL "Without properties =VAL &A "Anchored =VAL "Tagged =ALI *A =VAL " =VAL " -SEQ -DOC -STR