spec-09-14.test 201 B

123456789101112131415161718
  1. # RUN: not yaml-bench -canonical %s 2>&1 | FileCheck %s
  2. #
  3. # CHECK: error: Expected a line break after block scalar header
  4. ---
  5. --- ||| : foo
  6. ... >>>: bar
  7. ---
  8. [
  9. ---
  10. ,
  11. ... ,
  12. {
  13. --- :
  14. ... # Nested
  15. }
  16. ]
  17. ...