summaryrefslogtreecommitdiff
path: root/tests/data/spec-10-14.canonical
blob: ec1ef7b8e0a1bb335ce28e962ea6ac3e9409d498 (plain)
1
2
3
4
5
6
7
8
9
10
11
%YAML 1.1
---
!!map {
  ? !!str "plain key"
  : !!null "",
  ? !!str "quoted key\n"
  : !!seq [
    !!str "one",
    !!str "two",
  ]
}