blob: 3f8e49a8bd310792dc54c1d44c947cf8fb32d25e [file] [log] [blame]
Alex Lorenz9e31c0c2015-05-07 18:08:46 +00001# 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"