]> git.proxmox.com Git - rustc.git/blame - src/llvm/test/YAMLParser/spec-10-10.data
Imported Upstream version 1.0.0+dfsg1
[rustc.git] / src / llvm / test / YAMLParser / spec-10-10.data
CommitLineData
223e47cc
LB
1# RUN: yaml-bench -canonical %s
2
3{
4? explicit key1 : explicit value,
5? explicit key2 : , # Explicit empty
6? explicit key3, # Empty value
7simple key1 : explicit value,
8simple key2 : , # Explicit empty
9simple key3, # Empty value
10}