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

 # Strip
  # Comments:
strip: |-
  # text
  
 # Clip
  # comments:
…clip: |
  # text… 
 # Keep
  # comments:
…keep: |+
  # text
… # Trail
  # comments.