1%YAML 1.1
2---
3!!seq [
4  !!str "flow in block",
5  !!str "Block scalar\n",
6  !!map {
7    ? !!str "foo"
8    : !!str "bar"
9  }
10]
11