Add YAML parser to Support.
[oota-llvm.git] / test / YAMLParser / spec-07-10.data
1 # RUN: yaml-bench -canonical %s
2
3 "Root flow
4  scalar"
5 --- !!str >
6  Root block
7  scalar
8 ---
9 # Root collection:
10 foo : bar
11 ... # Is optional.
12 ---
13 # Explicit document may be empty.