xref: /aosp_15_r20/external/llvm/test/YAMLParser/spec-09-02.test (revision 9880d6810fe72a1726cb53787c6711e909410d58)
1*9880d681SAndroid Build Coastguard Worker# RUN: yaml-bench -canonical %s 2>&1 | FileCheck %s
2*9880d681SAndroid Build Coastguard Worker
3*9880d681SAndroid Build Coastguard Worker "as space
4*9880d681SAndroid Build Coastguard Worker trimmed
5*9880d681SAndroid Build Coastguard Worker
6*9880d681SAndroid Build Coastguard Worker specific
7*9880d681SAndroid Build Coastguard Worker
8*9880d681SAndroid Build Coastguard Worker escaped	\
9*9880d681SAndroid Build Coastguard Worker none"
10*9880d681SAndroid Build Coastguard Worker
11*9880d681SAndroid Build Coastguard Worker# FIXME: The string below should actually be
12*9880d681SAndroid Build Coastguard Worker#   "as space trimmed\nspecific\nescaped\tnone", but the parser currently has
13*9880d681SAndroid Build Coastguard Worker#   a bug when parsing multiline quoted strings.
14*9880d681SAndroid Build Coastguard Worker# CHECK: !!str "as space\n trimmed\n specific\n escaped\t none"
15