allwinner_a64/android/external/llvm/test/YAMLParser/spec-09-18.test
2018-08-08 16:14:42 +08:00

15 lines
285 B
Text

# 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