You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

25 lines
346 B

%YAML 1.1
---
!!seq [
!!map {
? !!str "explicit key1"
: !!str "explicit value",
},
!!map {
? !!str "explicit key2"
: !!null "",
},
!!map {
? !!str "explicit key3"
: !!null "",
},
!!map {
? !!str "simple key1"
: !!str "explicit value",
},
!!map {
? !!str "simple key2"
: !!null "",
},
]