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

12 lines
208 B
Plaintext

---
scalars:
plain: !!str some text
quoted:
single: 'some text'
double: "some text"
collections:
sequence: !!seq [ !!str entry,
# Mapping entry:
key: value ]
mapping: { key: value }