xref: /aosp_15_r20/external/llvm/test/YAMLParser/construct-map.test (revision 9880d6810fe72a1726cb53787c6711e909410d58)
1*9880d681SAndroid Build Coastguard Worker# RUN: yaml-bench -canonical %s
2*9880d681SAndroid Build Coastguard Worker
3*9880d681SAndroid Build Coastguard Worker# Unordered set of key: value pairs.
4*9880d681SAndroid Build Coastguard WorkerBlock style: !!map
5*9880d681SAndroid Build Coastguard Worker  Clark : Evans
6*9880d681SAndroid Build Coastguard Worker  Brian : Ingerson
7*9880d681SAndroid Build Coastguard Worker  Oren  : Ben-Kiki
8*9880d681SAndroid Build Coastguard WorkerFlow style: !!map { Clark: Evans, Brian: Ingerson, Oren: Ben-Kiki }
9