%YAML 1.1
---
!!map {
  ? !!str "block"
  : !!seq [
    !!str "one",
    !!seq [
      !!str "two"
    ]
  ]
}