brintos

brintos / llvm-project-archived public Read only

0
0
Text · 480 B · 7ed436e Raw
15 lines · plain
1# RUN: yaml-bench -canonical %s | FileCheck %s --strict-whitespace2# CHECK: "as space trimmed\nspecific\L none"3 4## Note: The parsing rules were changed in version 1.2 and the line-separator5## character is no longer considered a line-break character. The example is6## taken from Spec 1.1 and is now parsed as "..\L .." instead of "..\L\n.." as7## in the original edition.8## See https://yaml.org/spec/1.2.2/ext/changes/ for details.9 10 'as space	11 trimmed 12 13 specific
14 none'15