Home | History | Annotate | Download | only in YAMLParser
      1 # RUN: yaml-bench -canonical %s
      2 
      3 "Root flow
      4  scalar"
      5 --- !!str >
      6  Root block
      7  scalar
      8 ---
      9 # Root collection:
     10 foo : bar
     11 ... # Is optional.
     12 ---
     13 # Explicit document may be empty.
     14