summaryrefslogtreecommitdiff
path: root/test/YAMLParser/spec-09-02.test
blob: 3f8e49a8bd310792dc54c1d44c947cf8fb32d25e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# 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"