]> git.proxmox.com Git - rustc.git/blame - src/llvm/test/YAMLParser/construct-set.data
Imported Upstream version 1.0.0+dfsg1
[rustc.git] / src / llvm / test / YAMLParser / construct-set.data
CommitLineData
223e47cc
LB
1# RUN: yaml-bench -canonical %s
2
3# Explicitly typed set.
4baseball players: !!set
5 ? Mark McGwire
6 ? Sammy Sosa
7 ? Ken Griffey
8# Flow style
9baseball teams: !!set { Boston Red Sox, Detroit Tigers, New York Yankees }