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-09.test
blob
4910b66c24b1c9b7fb1cfe6fcd74c15b7e629d89
1
# RUN: yaml-bench -canonical %s | FileCheck %s --strict-whitespace
2
# CHECK: !!seq [
3
# CHECK-NEXT: !!str " last",
4
# CHECK-NEXT: !!str " last",
5
# CHECK-NEXT: !!str " \tfirst last",
6
# CHECK-NEXT: ]
7
8
- '
9
last'
10
- '
11
last'
12
- ' first
13
last'