Home | History | Annotate | Download | only in pyyaml
      1 %YAML 1.1
      2 ---
      3 !!map {
      4   ? !!str "First occurrence"
      5   : &A !!str "Value",
      6   ? !!str "Second occurrence"
      7   : *A
      8 }
      9