Merging r259342 (with s/p2align 4/align 16) because r258750 is not in 3.8.
[oota-llvm.git] / test / YAMLParser / spec-09-15.test
1 # RUN: yaml-bench -canonical %s
2
3 ---
4 "---" : foo
5 ...: bar
6 ---
7 [
8 ---,
9 ...,
10 {
11 ? ---
12 : ...
13 }
14 ]
15 ...