1
0
Fork 0
arangodb/js/node/node_modules/js-yaml/test/unported/spec-08-09.data

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 }