%YAML 1.1
---
!!seq [
!!str "double quoted",
!!str "single quoted",
!!str "plain text",
!!str "nested",
],
!!map {
? !!str "single"
: !!str "pair"
}
]