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
Follow up to d0858bffa11, add missing REQUIRES x86
[llvm-project.git]
/
llvm
/
test
/
YAMLParser
/
spec-09-03.test
blob
f067d1366f06918a42eb8c37ec67ee87c6d19a41
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"