xref: /aosp_15_r20/external/llvm/test/YAMLParser/spec-09-22.test (revision 9880d6810fe72a1726cb53787c6711e909410d58)
1# RUN: yaml-bench -canonical %s | FileCheck %s
2# CHECK: !!str "text"
3# CHECK: !!str "text\n"
4# CHECK: !!str "text\n\n"
5
6strip: |-
7  text
8clip: |
9  text
10keep: |+
11  text
12
13