]> git.proxmox.com Git - rustc.git/blob - src/llvm/test/YAMLParser/spec-07-08.data
Imported Upstream version 1.0.0+dfsg1
[rustc.git] / src / llvm / test / YAMLParser / spec-07-08.data
1 # RUN: yaml-bench -canonical %s
2
3 # Explicitly specify default settings:
4 %TAG ! !
5 %TAG !! tag:yaml.org,2002:
6 # Named handles have no default:
7 %TAG !o! tag:ben-kiki.org,2000:
8 ---
9 - !foo "bar"
10 - !!str "string"
11 - !o!type "baz"