[mips][microMIPS] Implement CVT.D.fmt, CVT.L.fmt, CVT.S.fmt, CVT.W.fmt, MAX.fmt,...
[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