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
[InstCombine] Signed saturation tests. NFC
[llvm-core.git]
/
test
/
YAMLParser
/
spec-09-20.test
blob
47c255b85739d0841774019f4b75b9bcf94834b4
1
# RUN: yaml-bench -canonical %s | FileCheck %s
2
# CHECK: !!str "detected\n"
3
# CHECK: !!str "\n\n# detected\n"
4
# CHECK: !!str " explicit\n"
5
# CHECK: !!str "\t\ndetected\n"
6
7
- |
8
detected
9
- >
10
11
12
# detected
13
- |1
14
explicit
15
- >
16
17
detected