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