xref: /aosp_15_r20/external/llvm/test/YAMLParser/spec-06-01.test (revision 9880d6810fe72a1726cb53787c6711e909410d58)
1*9880d681SAndroid Build Coastguard Worker# RUN: yaml-bench -canonical %s
2*9880d681SAndroid Build Coastguard Worker
3*9880d681SAndroid Build Coastguard Worker  # Leading comment line spaces are
4*9880d681SAndroid Build Coastguard Worker   # neither content nor indentation.
5*9880d681SAndroid Build Coastguard Worker
6*9880d681SAndroid Build Coastguard WorkerNot indented:
7*9880d681SAndroid Build Coastguard Worker By one space: |
8*9880d681SAndroid Build Coastguard Worker    By four
9*9880d681SAndroid Build Coastguard Worker      spaces
10*9880d681SAndroid Build Coastguard Worker Flow style: [    # Leading spaces
11*9880d681SAndroid Build Coastguard Worker   By two,        # in flow style
12*9880d681SAndroid Build Coastguard Worker  Also by two,    # are neither
13*9880d681SAndroid Build Coastguard Worker# Tabs are not allowed:
14*9880d681SAndroid Build Coastguard Worker#  	Still by two   # content nor
15*9880d681SAndroid Build Coastguard Worker    Still by two   # content nor
16*9880d681SAndroid Build Coastguard Worker    ]             # indentation.
17