blob: 8a6ea60d3eb1eb1546236dbd2132b463700655aa [file] [log] [blame]
James Henderson662c0432019-03-12 15:37:34 +00001some text
2more text
3
4RUN: FileCheck %s --check-prefix=NEXT --input-file=%s
5NEXT: {{^}}
6NEXT-NEXT: more text
7
8RUN: FileCheck %s --check-prefix=SAME --input-file=%s
9SAME: {{^}}
10SAME-SAME: some text
11
12RUN: echo "" > %t
13RUN: echo "" >> %t
14RUN: FileCheck %s --check-prefix=EMPTY --input-file=%t
15EMPTY: {{^}}
16EMPTY-EMPTY: