xref: /aosp_15_r20/external/llvm/test/YAMLParser/spec-10-07.test (revision 9880d6810fe72a1726cb53787c6711e909410d58)
1*9880d681SAndroid Build Coastguard Worker# RUN: yaml-bench -canonical %s
2*9880d681SAndroid Build Coastguard Worker
3*9880d681SAndroid Build Coastguard Worker{
4*9880d681SAndroid Build Coastguard Worker? : value, # Empty key
5*9880d681SAndroid Build Coastguard Worker? explicit
6*9880d681SAndroid Build Coastguard Worker key: value,
7*9880d681SAndroid Build Coastguard Workersimple key : value,
8*9880d681SAndroid Build Coastguard Worker[ collection, simple, key ]: value
9*9880d681SAndroid Build Coastguard Worker}
10