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

15 lines
185 B
Plaintext

%YAML 1.1
---
!!seq [
!!str "double quoted",
!!str "single quoted",
!!str "plain text",
!!seq [
!!str "nested",
],
!!map {
? !!str "single"
: !!str "pair"
}
]