dyaml/test/data/construct-set.data
Ferdinand Majerech 283c42bf8f Initial commit.
2011-08-16 14:53:13 +02:00

8 lines
184 B
Plaintext

# Explicitly typed set.
baseball players: !!set
? Mark McGwire
? Sammy Sosa
? Ken Griffey
# Flow style
baseball teams: !!set { Boston Red Sox, Detroit Tigers, New York Yankees }