You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
392 B
17 lines
392 B
# 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.
|