mirror of
https://github.com/opnsense/src.git
synced 2026-03-18 08:41:30 -04:00
9 lines
217 B
Text
9 lines
217 B
Text
# RUN: yaml-bench -canonical %s
|
|
|
|
# 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 }
|