xref: /aosp_15_r20/external/snakeyaml/src/test/resources/pyyaml/spec-06-01.data (revision ac2a7c1bf4e14d82f3bd566dcc2d76d5b42faf34)
1  # Leading comment line spaces are
2   # neither content nor indentation.
3
4Not indented:
5 By one space: |
6    By four
7      spaces
8 Flow style: [    # Leading spaces
9   By two,        # in flow style
10  Also by two,    # are neither
11# Tabs are not allowed:
12#  	Still by two   # content nor
13    Still by two   # content nor
14    ]             # indentation.
15