construct-map.test 211 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 # RUN: yaml-bench -canonical %s # Unordered set of key: value pairs. Block style: !!map Clark : Evans Brian : Ingerson Oren : Ben-Kiki Flow style: !!map { Clark: Evans, Brian: Ingerson, Oren: Ben-Kiki }