repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Bump version to 19.1.0-rc3
[llvm-project.git]
/
llvm
/
test
/
YAMLParser
/
spec-09-05.test
blob
4a748e609f1d6923cbc3f2c54143f6ea9fedd7f8
1
# RUN: yaml-bench -canonical %s | FileCheck %s --strict-whitespace
2
# CHECK: !!seq [
3
# CHECK-NEXT: !!str "first ",
4
# CHECK-NEXT: !!str "first\nlast",
5
# CHECK-NEXT: !!str "first inner \tlast",
6
# CHECK-NEXT: ]
7
8
- "first
9
"
10
- "first
11
12
last"
13
- "first
14
inner
15
\ last"