llvm-for-llvmta/test/FileCheck/empty-regex-match-at-start.txt

17 lines
331 B
Plaintext
Raw Permalink Normal View History

2022-04-25 10:02:23 +02:00
some text
more text
RUN: FileCheck %s --check-prefix=NEXT --input-file=%s
NEXT: {{^}}
NEXT-NEXT: more text
RUN: FileCheck %s --check-prefix=SAME --input-file=%s
SAME: {{^}}
SAME-SAME: some text
RUN: echo "" > %t
RUN: echo "" >> %t
RUN: FileCheck %s --check-prefix=EMPTY --input-file=%t
EMPTY: {{^}}
EMPTY-EMPTY: