Home | History | Annotate | Download | only in YAMLParser
      1 # RUN: yaml-bench -canonical %s 2>&1 | FileCheck %s
      2 #
      3 # FIXME: This test should fail. Yaml bench should report an error that a simple
      4 # key spans across multiple lines and that another simple key is longer than
      5 # 1024 characters.
      6 
      7 {
      8 multi-line
      9  simple key : value,
     10 very long ...................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................(>1KB)................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................... key: value
     11 }
     12 
     13 # CHECK: ? !!str "very long
     14