279aa8f685
Former-commit-id: 0c7ce5b1a7851e13f22acfd379b7f9fb304e4833
13 lines
169 B
Plaintext
13 lines
169 B
Plaintext
# RUN: yaml-bench -canonical %s | FileCheck %s
|
|
# CHECK: !!str "text"
|
|
# CHECK: !!str "text\n"
|
|
# CHECK: !!str "text\n\n"
|
|
|
|
strip: |-
|
|
text
|
|
clip: |
|
|
text
|
|
keep: |+
|
|
text
|
|
|