summaryrefslogtreecommitdiff
path: root/tests3/data/spec-10-15.canonical
blob: 85fbbd068bec77c2406b93d0bc8bc997cb3ab2b7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
%YAML 1.1
---
!!seq [
  !!map {
    ? !!str "sun"
    : !!str "yellow"
  },
  !!map {
    ? !!map {
      ? !!str "earth"
      : !!str "blue"
    }
    : !!map {
      ? !!str "moon"
      : !!str "white"
    }
  }
]