brintos

brintos / llvm-project-archived public Read only

0
0
Text · 285 B · cb05bb3 Raw
16 lines · plain
1# RUN: yaml-bench -canonical %s | FileCheck %s2# CHECK: !!str "literal\n"3# CHECK: !!str " folded\n"4# CHECK: !!str "keep\n\n"5# CHECK: !!str " strip"6 7- | # Just the style8 literal9- >1 # Indentation indicator10  folded11- |+ # Chomping indicator12 keep13 14- >-1 # Both indicators15  strip16