Add YAML parser to Support.
[oota-llvm.git] / test / YAMLParser / spec-09-02.data
1 # RUN: yaml-bench -canonical %s |& FileCheck %s
2 #
3 # Indent trimming is not yet implemented.
4 # XFAIL: *
5
6  "as space
7  trimmed
8
9  specific
10
11  escaped        \
12  none"
13
14 # CHECK: !!str "as space trimmed\nspecific\nescaped\tnone"