summaryrefslogtreecommitdiff
path: root/test/YAMLParser/spec-09-18.data
blob: ac623f9973f7eda647bdc3915507980c1196ddfb (plain)
1
2
3
4
5
6
7
8
9
10
11
# RUN: yaml-bench -canonical %s

- | # Just the style
 literal
- >1 # Indentation indicator
  folded
- |+ # Chomping indicator
 keep

- >-1 # Both indicators
  strip