xref: /llvm-project/llvm/test/YAMLParser/construct-omap.test (revision e4bcfbf5dc9396545640ec1d4755bdf87ce8fb1a)
1# 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 ]
11