dyaml/test/data/spec-10-13.canonical

12 lines
138 B
Plaintext
Raw Normal View History

2011-08-16 12:53:13 +00:00
%YAML 1.1
---
!!map {
? !!str "explicit key"
: !!null "",
? !!str "block key\n"
: !!seq [
!!str "one",
!!str "two",
]
}