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