xref: /aosp_15_r20/external/llvm/test/YAMLParser/spec-10-11.test (revision 9880d6810fe72a1726cb53787c6711e909410d58)
1# RUN: yaml-bench -canonical %s
2
3[
4? explicit key1 : explicit value,
5? explicit key2 : , # Explicit empty
6? explicit key3,     # Implicit empty
7simple key1 : explicit value,
8simple key2 : ,     # Explicit empty
9]
10