Home | History | Annotate | Download | only in YAMLParser
      1 # RUN: yaml-bench -canonical %s 2>&1 | FileCheck %s
      2 #
      3 # Not quite sure why this doesn't fail.
      4 # XFAIL: *
      5 
      6 ---
      7 --- ||| : foo
      8 ... >>>: bar
      9 ---
     10 [
     11 ---
     12 ,
     13 ... ,
     14 {
     15 --- :
     16 ... # Nested
     17 }
     18 ]
     19 ...
     20 
     21 # CHECK: error
     22