Home | History | Annotate | Download | only in YAMLParser
      1 # RUN: yaml-bench -canonical %s 2>&1 | FileCheck %s
      2 
      3  "as space
      4  trimmed
      5 
      6  specific
      7 
      8  escaped	\
      9  none"
     10 
     11 # FIXME: The string below should actually be
     12 #   "as space trimmed\nspecific\nescaped\tnone", but the parser currently has
     13 #   a bug when parsing multiline quoted strings.
     14 # CHECK: !!str "as space\n trimmed\n specific\n escaped\t none"
     15