dyaml/test/data/spec-09-13.canonical
Ferdinand Majerech 283c42bf8f Initial commit.
2011-08-16 14:53:13 +02:00

12 lines
165 B
Plaintext

%YAML 1.1
---
!!map {
? !!str "simple key"
: !!map {
? !!str "also simple"
: !!str "value",
? !!str "not a simple key"
: !!str "any value"
}
}