repo.or.cz
/
llvm-complete.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[test/Object] - Move/rewrite 2 more test cases.
[llvm-complete.git]
/
test
/
YAMLParser
/
spec-09-24.test
blob
9cf514138550db73e6c5c553bf8227a370713a11
1
# RUN: yaml-bench -canonical %s | FileCheck %s
2
# CHECK: ? !!str "strip"
3
# CHECK: : !!str ""
4
# CHECK: ? !!str "clip"
5
# CHECK: : !!str ""
6
# CHECK: ? !!str "keep"
7
# CHECK: : !!str "\n"
8
9
strip: >-
10
11
clip: >
12
13
keep: |+