2012-07-02 18:37:59 +00:00
|
|
|
# RUN: yaml-bench -canonical %s 2>&1 | FileCheck %s
|
2012-04-03 23:09:22 +00:00
|
|
|
#
|
|
|
|
# Indent trimming is not yet implemented.
|
|
|
|
# XFAIL: *
|
|
|
|
|
|
|
|
"as space
|
|
|
|
trimmed
|
|
|
|
|
|
|
|
specific
|
|
|
|
|
|
|
|
escaped \
|
|
|
|
none"
|
|
|
|
|
|
|
|
# CHECK: !!str "as space trimmed\nspecific\nescaped\tnone"
|