Follow up to d0858bffa11, add missing REQUIRES x86
[llvm-project.git] / llvm / test / YAMLParser / spec-09-08.test
blob7ed436ecb7cea7da7ea934a418f876e614991e38
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.
10  'as space      
11  trimmed 
13  specific

14  none'