Home | History | Annotate | Download | only in pyyaml
      1 %YAML 1.1
      2 ---
      3 !!map {
      4   ? !!str "strip"
      5   : !!str "text",
      6   ? !!str "clip"
      7   : !!str "text\n",
      8   ? !!str "keep"
      9   : !!str "text\L",
     10 }
     11