dyaml/test/data/spec-09-01.canonical

12 lines
165 B
Plaintext
Raw Permalink Normal View History

2011-08-16 12:53:13 +00:00
%YAML 1.1
---
!!map {
? !!str "simple key"
: !!map {
? !!str "also simple"
: !!str "value",
? !!str "not a simple key"
: !!str "any value"
}
}