Add YAML parser to Support.
[oota-llvm.git] / 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.