repo.or.cz
/
llvm-complete.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[test/Object] - Move/rewrite 2 more test cases.
[llvm-complete.git]
/
test
/
YAMLParser
/
spec-09-15.test
blob
4111d1ba2cb1238215c345690a0077d86b2d1164
1
# RUN: yaml-bench -canonical %s
2
3
---
4
"---" : foo
5
...: bar
6
---
7
[
8
---,
9
...,
10
{
11
? ---
12
: ...
13
}
14
]
15
...