SamplePGO - Add line offset and discriminator information to sample reports.
[oota-llvm.git] / test / YAMLParser / construct-omap.test
1 # RUN: yaml-bench -canonical %s
2
3 # Explicitly typed ordered map (dictionary).
4 Bestiary: !!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
10 Numbers: !!omap [ one: 1, two: 2, three : 3 ]