summaryrefslogtreecommitdiffstats
path: root/tests/yaml-1.2-spec-examples/example-8.5
blob: 32fa08f0a438a05a7a5e4f07306b6613f98f8874 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
 # Strip
  # Comments:
strip: |-
  # text
  
 # Clip
  # comments:

clip: |
  # text
 
 # Keep
  # comments:

keep: |+
  # text

 # Trail
  # comments.