You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

15 lines
340 B

# 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"