]> git.proxmox.com Git - rustc.git/blob - src/llvm/test/YAMLParser/spec-06-01.data
Imported Upstream version 0.6
[rustc.git] / src / llvm / test / YAMLParser / spec-06-01.data
1 # RUN: yaml-bench -canonical %s
2
3 # Leading comment line spaces are
4 # neither content nor indentation.
5
6 Not indented:
7 By one space: |
8 By four
9 spaces
10 Flow style: [ # Leading spaces
11 By two, # in flow style
12 Also by two, # are neither
13 # Tabs are not allowed:
14 # Still by two # content nor
15 Still by two # content nor
16 ] # indentation.