• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# RUN: yaml-bench -canonical %s
2
3  # Leading comment line spaces are
4   # neither content nor indentation.
5
6Not 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.
17