spec-09-02.test 340 B

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