blob: 3f8e49a8bd310792dc54c1d44c947cf8fb32d25e [file] [log] [blame]
# RUN: yaml-bench -canonical %s 2>&1 | FileCheck %s
"as space
trimmed
specific
escaped \
none"
# FIXME: The string below should actually be
# "as space trimmed\nspecific\nescaped\tnone", but the parser currently has
# a bug when parsing multiline quoted strings.
# CHECK: !!str "as space\n trimmed\n specific\n escaped\t none"