Add YAML parser to Support.
[oota-llvm.git] / test / YAMLParser / spec-09-18.data
1 # RUN: yaml-bench -canonical %s
2
3 - | # Just the style
4  literal
5 - >1 # Indentation indicator
6   folded
7 - |+ # Chomping indicator
8  keep
9
10 - >-1 # Both indicators
11   strip