projects
/
oota-llvm.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
[TableGen] Use 'size_t' instead of 'unsigned' to better match the argument types...
[oota-llvm.git]
/
test
/
YAMLParser
/
spec-09-22.test
1
# RUN: yaml-bench -canonical %s | FileCheck %s
2
# CHECK: !!str "text"
3
# CHECK: !!str "text\n"
4
# CHECK: !!str "text\n\n"
5
6
strip: |-
7
text
8
clip: |
9
text
10
keep: |+
11
text
12