Home | History | Annotate | Download | only in YAMLParser
      1 # RUN: yaml-bench -canonical %s
      2 
      3 # Explicitly typed set.
      4 baseball players: !!set
      5   ? Mark McGwire
      6   ? Sammy Sosa
      7   ? Ken Griffey
      8 # Flow style
      9 baseball teams: !!set { Boston Red Sox, Detroit Tigers, New York Yankees }
     10