YouCompleteMe/cpp/llvm/test/YAMLParser/spec-10-07.data

10 lines
139 B
Plaintext
Raw Normal View History

2012-07-05 20:51:06 -04:00
# RUN: yaml-bench -canonical %s
{
? : value, # Empty key
? explicit
key: value,
simple key : value,
[ collection, simple, key ]: value
}