llvm-for-llvmta/test/YAMLParser/spec-09-18.test
Nils Hölscher 3500bf8dde first commit
2022-04-25 10:02:23 +02:00

16 lines
285 B
Plaintext

# RUN: yaml-bench -canonical %s | FileCheck %s
# CHECK: !!str "literal\n"
# CHECK: !!str " folded\n"
# CHECK: !!str "keep\n\n"
# CHECK: !!str " strip"
- | # Just the style
literal
- >1 # Indentation indicator
folded
- |+ # Chomping indicator
keep
- >-1 # Both indicators
strip