summaryrefslogtreecommitdiff
path: root/tests3/data/spec-10-07.canonical
blob: ec74230a9d717146ec5dd3e3b7ccd116f893bbe4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
%YAML 1.1
---
!!map {
  ? !!null ""
  : !!str "value",
  ? !!str "explicit key"
  : !!str "value",
  ? !!str "simple key"
  : !!str "value",
  ? !!seq [
    !!str "collection",
    !!str "simple",
    !!str "key"
  ]
  : !!str "value"
}