blob: 257108e7e0431a3ec401b5e9ff4be2d2fdb155f2 (
plain)
1
2
3
4
5
6
7
8
9
|
# RUN: yaml-bench -canonical %s
# ordered maps are represented as
# a sequence of mappings, with
# each mapping having one key
--- !!omap
- Mark McGwire: 65
- Sammy Sosa: 63
- Ken Griffy: 58
|