aboutsummaryrefslogtreecommitdiff
path: root/tests/data/spec-10-05.canonical
blob: 07cc0c9879b134ac49853591f608e65ba4c10538 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
%YAML 1.1
---
!!seq [
  !!null "",
  !!str "block node\n",
  !!seq [
    !!str "one",
    !!str "two",
  ],
  !!map {
    ? !!str "one"
    : !!str "two",
  }
]