bolt/deps/llvm-18.1.8/llvm/test/YAMLParser/spec-09-08.test
2025-02-14 19:21:04 +01:00

14 lines
480 B
Text
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 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'