]> git.proxmox.com Git - rustc.git/blob - src/llvm/test/YAMLParser/spec-09-15.data
Imported Upstream version 1.0.0+dfsg1
[rustc.git] / src / llvm / test / YAMLParser / spec-09-15.data
1 # RUN: yaml-bench -canonical %s
2
3 ---
4 "---" : foo
5 ...: bar
6 ---
7 [
8 ---,
9 ...,
10 {
11 ? ---
12 : ...
13 }
14 ]
15 ...