summaryrefslogtreecommitdiff
path: root/_test/data/spec-06-05.canonical
blob: 8da431d04574e2833c7ccd369b3bae25b8e7bd04 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
%YAML 1.1
---
!!map {
  ? !!map {
    ? !!str "first"
    : !!str "Sammy",
    ? !!str "last"
    : !!str "Sosa"
  }
  : !!map {
    ? !!str "hr"
    : !!int "65",
    ? !!str "avg"
    : !!float "0.278"
  }
}