blob: 9d8a58ca33ae2691924fea6c0058c807dd12bf89 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
# RUN: yaml-bench -canonical %s 2>&1 | FileCheck %s
#
# Indent trimming is not yet implemented.
# XFAIL: *
"as space
trimmed
specific
escaped \
none"
# CHECK: !!str "as space trimmed\nspecific\nescaped\tnone"
|