blob: b96d6799c7d4fca81d2c937cc593409c91df48f0 [file] [log] [blame]
Michael J. Spencer93210e82012-04-03 23:09:22 +00001# RUN: yaml-bench -canonical %s
2
3# Explicitly typed ordered map (dictionary).
4Bestiary: !!omap
5 - aardvark: African pig-like ant eater. Ugly.
6 - anteater: South-American ant eater. Two species.
7 - anaconda: South-American constrictor snake. Scaly.
8 # Etc.
9# Flow style
10Numbers: !!omap [ one: 1, two: 2, three : 3 ]