1
0
Fork 0
arangodb/js/node/node_modules/js-yaml/test/unported/spec-10-13.canonical

12 lines
138 B
Plaintext

%YAML 1.1
---
!!map {
? !!str "explicit key"
: !!null "",
? !!str "block key\n"
: !!seq [
!!str "one",
!!str "two",
]
}