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

12 lines
134 B
Plaintext

%YAML 1.1
---
!!map {
? !!str "plain key"
: !!null "",
? !!str "quoted key"
: !!seq [
!!str "one",
!!str "two",
]
}