Home | History | Annotate | Download | only in pyyaml
      1 %YAML 1.1
      2 ---
      3 !!map {
      4   ? !!str "Not indented"
      5   : !!map {
      6       ? !!str "By one space"
      7       : !!str "By four\n  spaces\n",
      8       ? !!str "Flow style"
      9       : !!seq [
     10           !!str "By two",
     11           !!str "Also by two",
     12           !!str "Still by two",
     13         ]
     14     }
     15 }
     16