projects
/
oota-llvm.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Fix a spelling error in the description of a statistic. NFC
[oota-llvm.git]
/
test
/
YAMLParser
/
spec-10-07.test
1
# RUN: yaml-bench -canonical %s
2
3
{
4
? : value, # Empty key
5
? explicit
6
key: value,
7
simple key : value,
8
[ collection, simple, key ]: value
9
}