summaryrefslogtreecommitdiff
path: root/test/YAMLParser/spec-06-01.data
blob: 95b26bdb3856f7125d0b6fca42cefc9defb6e37d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# RUN: yaml-bench -canonical %s

  # Leading comment line spaces are
   # neither content nor indentation.
    
Not indented:
 By one space: |
    By four
      spaces
 Flow style: [    # Leading spaces
   By two,        # in flow style
  Also by two,    # are neither
# Tabs are not allowed:
#  	Still by two   # content nor
    Still by two   # content nor
    ]             # indentation.