2016-12-19 7 views

答えて

2

In YAML it is not allowed to have block style nodes nested within flow stylexmasの値はフロースタイルマッピングで、another_ignore_newlinesのブロックスタイルスカラー値(折り返しリテラル)を含みます。 より前の行には、末尾に,がなければなりません。

"Dec 25"後も、おそらく末尾のカンマを{}を除去して、試してみてください:

ignore_newlines: > 
      this is really a 
      single line of text 
      despite appearances 

xmas: 
    day: "Dec 25" 
    another_ignore_newlines: > 
      this is really a 
      single line of text 
      despite appearances 
    cleanup: "Dec 26" 
関連する問題