Add YAML parser to Support.
[oota-llvm.git] / test / YAMLParser / spec-05-12.data
1 # RUN: yaml-bench -canonical %s |& FileCheck %s
2 #
3 # We don't currently reject tabs as indentation.
4 # XFAIL: *
5
6 # Tabs do's and don'ts:
7 # comment:
8 quoted: "Quoted         "
9 block: |
10   void main() {
11         printf("Hello, world!\n");
12   }
13 elsewhere:      # separation
14         indentation, in plain scalar
15
16 # CHECK: error