xref: /aosp_15_r20/external/llvm/test/YAMLParser/spec-09-18.test (revision 9880d6810fe72a1726cb53787c6711e909410d58)
1*9880d681SAndroid Build Coastguard Worker# RUN: yaml-bench -canonical %s | FileCheck %s
2*9880d681SAndroid Build Coastguard Worker# CHECK: !!str "literal\n"
3*9880d681SAndroid Build Coastguard Worker# CHECK: !!str " folded\n"
4*9880d681SAndroid Build Coastguard Worker# CHECK: !!str "keep\n\n"
5*9880d681SAndroid Build Coastguard Worker# CHECK: !!str " strip"
6*9880d681SAndroid Build Coastguard Worker
7*9880d681SAndroid Build Coastguard Worker- | # Just the style
8*9880d681SAndroid Build Coastguard Worker literal
9*9880d681SAndroid Build Coastguard Worker- >1 # Indentation indicator
10*9880d681SAndroid Build Coastguard Worker  folded
11*9880d681SAndroid Build Coastguard Worker- |+ # Chomping indicator
12*9880d681SAndroid Build Coastguard Worker keep
13*9880d681SAndroid Build Coastguard Worker
14*9880d681SAndroid Build Coastguard Worker- >-1 # Both indicators
15*9880d681SAndroid Build Coastguard Worker  strip
16