SamplePGO - Add line offset and discriminator information to sample reports.
[oota-llvm.git] / test / YAMLParser / spec-09-22.test
1 # RUN: yaml-bench -canonical %s | FileCheck %s
2 # CHECK: !!str "text"
3 # CHECK: !!str "text\n"
4 # CHECK: !!str "text\n\n"
5
6 strip: |-
7   text
8 clip: |
9   text
10 keep: |+
11   text
12