aboutsummaryrefslogtreecommitdiff
path: root/tests/data/spec-10-10.canonical
blob: 016fb640aef84f982edfe8d86cb0f30c50a3701d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
%YAML 1.1
---
!!map {
  ? !!str "explicit key1"
  : !!str "explicit value",
  ? !!str "explicit key2"
  : !!null "",
  ? !!str "explicit key3"
  : !!null "",
  ? !!str "simple key1"
  : !!str "explicit value",
  ? !!str "simple key2"
  : !!null "",
  ? !!str "simple key3"
  : !!null "",
}