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