spec-09-18.test 285 B

123456789101112131415
  1. # RUN: yaml-bench -canonical %s | FileCheck %s
  2. # CHECK: !!str "literal\n"
  3. # CHECK: !!str " folded\n"
  4. # CHECK: !!str "keep\n\n"
  5. # CHECK: !!str " strip"
  6. - | # Just the style
  7. literal
  8. - >1 # Indentation indicator
  9. folded
  10. - |+ # Chomping indicator
  11. keep
  12. - >-1 # Both indicators
  13. strip