bolt/deps/llvm-18.1.8/llvm/test/YAMLParser/spec-09-18.test

16 lines
285 B
Text
Raw Normal View History

2025-02-14 19:21:04 +01:00
# 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