Home | History | Annotate | Download | only in pyyaml
      1 ---
      2 - [
      3     &correct foo,
      4     *correct,
      5     *correct]   # still correct
      6 - *correct: still correct
      7 - &correct-or-not[foo, bar]
      8 
      9