blob: 7ed436ecb7cea7da7ea934a418f876e614991e38 [file] [log] [blame]
# RUN: yaml-bench -canonical %s | FileCheck %s --strict-whitespace
# CHECK: "as space trimmed\nspecific\L none"
## Note: The parsing rules were changed in version 1.2 and the line-separator
## character is no longer considered a line-break character. The example is
## taken from Spec 1.1 and is now parsed as "..\L .." instead of "..\L\n.." as
## in the original edition.
## See https://yaml.org/spec/1.2.2/ext/changes/ for details.
'as space
trimmed
specific

none'