dyaml/test/data/spec-08-09.data

12 lines
208 B
Plaintext
Raw Normal View History

2011-08-16 12:53:13 +00:00
---
scalars:
plain: !!str some text
quoted:
single: 'some text'
double: "some text"
collections:
sequence: !!seq [ !!str entry,
# Mapping entry:
key: value ]
mapping: { key: value }