summaryrefslogtreecommitdiff
path: root/tests/data/construct-omap.data
blob: 4fa0f45f26ff6c89e1d3905ce51c7514fd4d715f (plain)
1
2
3
4
5
6
7
8
# Explicitly typed ordered map (dictionary).
Bestiary: !!omap
  - aardvark: African pig-like ant eater. Ugly.
  - anteater: South-American ant eater. Two species.
  - anaconda: South-American constrictor snake. Scaly.
  # Etc.
# Flow style
Numbers: !!omap [ one: 1, two: 2, three : 3 ]