repo.or.cz
/
llvm-complete.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[yaml2obj/obj2yaml] - Add support for .stack_sizes sections.
[llvm-complete.git]
/
test
/
FileCheck
/
empty-regex-match-at-start.txt
blob
8a6ea60d3eb1eb1546236dbd2132b463700655aa
1
some text
2
more text
3
4
RUN: FileCheck %s --check-prefix=NEXT --input-file=%s
5
NEXT: {{^}}
6
NEXT-NEXT: more text
7
8
RUN: FileCheck %s --check-prefix=SAME --input-file=%s
9
SAME: {{^}}
10
SAME-SAME: some text
11
12
RUN: echo "" > %t
13
RUN: echo "" >> %t
14
RUN: FileCheck %s --check-prefix=EMPTY --input-file=%t
15
EMPTY: {{^}}
16
EMPTY-EMPTY: