blob: 7dadff76f8d790fb18baaf0420e476d2a22b75eb [file] [log] [blame]
# RUN: yaml-bench -canonical %s |& FileCheck %s
#
# We don't currently reject tabs as indentation.
# XFAIL: *
# Tabs do's and don'ts:
# comment:
quoted: "Quoted "
block: |
void main() {
printf("Hello, world!\n");
}
elsewhere: # separation
indentation, in plain scalar
# CHECK: error