repo.or.cz
/
llvm-core.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[ARM] Adjust how NEON shifts are lowered
[llvm-core.git]
/
test
/
YAMLParser
/
spec-09-18.test
blob
cb05bb3774c5571c875d8cf9cdc0698c2a4494be
1
# RUN: yaml-bench -canonical %s | FileCheck %s
2
# CHECK: !!str "literal\n"
3
# CHECK: !!str " folded\n"
4
# CHECK: !!str "keep\n\n"
5
# CHECK: !!str " strip"
6
7
- | # Just the style
8
literal
9
- >1 # Indentation indicator
10
folded
11
- |+ # Chomping indicator
12
keep
13
14
- >-1 # Both indicators
15
strip