]> git.proxmox.com Git - rustc.git/blob - src/llvm/test/YAMLParser/spec-08-09.data
Imported Upstream version 1.0.0+dfsg1
[rustc.git] / src / llvm / test / YAMLParser / spec-08-09.data
1 # RUN: yaml-bench -canonical %s
2
3 ---
4 scalars:
5 plain: !!str some text
6 quoted:
7 single: 'some text'
8 double: "some text"
9 collections:
10 sequence: !!seq [ !!str entry,
11 # Mapping entry:
12 key: value ]
13 mapping: { key: value }