blob: a73dee8f7f8f6f0b0faa89b7189f69d4b1c253b3 [file]
block-strings: # annoying comment (maybe)
- folded:
- clip: >
first line
skipped line
# This is a comment
# this too!
# And this one
- strip: >+ # We can have comments here
first line
skipped line
- keep: >-
first line
skipped line
# comment why not!
# and again
- literal:
- clip: |
first line
skipped line
- strip: |+
first line
skipped line
- keep: |-
first line
skipped line