YouCompleteMe/cpp/llvm/test/YAMLParser/spec-10-07.data
2012-07-05 17:51:06 -07:00

10 lines
139 B
Plaintext

# RUN: yaml-bench -canonical %s
{
? : value, # Empty key
? explicit
key: value,
simple key : value,
[ collection, simple, key ]: value
}