[docs] Add LICENSE.txt to the root of the mono-repo
[llvm-project.git] / llvm / test / FileCheck / check-label.txt
blob311dfc74459c25f06f0f747fe8eb68c59d1a537e
1 ; RUN: FileCheck -input-file %s %s -check-prefix=CHECKOK
3 ; RUN: %ProtectFileCheckOutput \
4 ; RUN: not FileCheck -input-file %s %s -check-prefix=CHECKFAIL 2>&1 \
5 ; RUN: | FileCheck %s -check-prefix=CHECKERROR
7 label0:
11 label1:
15 label2:
19 ; CHECKOK-LABEL: {{^}}label0:
20 ; CHECKOK: {{^}}a
21 ; CHECKOK: {{^}}b
23 ; CHECKOK-LABEL: {{^}}label1:
24 ; CHECKOK: {{^}}b
25 ; CHECKOK: {{^}}c
27 ; CHECKOK-LABEL: {{^}}label2:
28 ; CHECKOK: {{^}}a
29 ; CHECKOK: {{^}}c
31 ; CHECKFAIL-LABEL: {{^}}label0:
32 ; CHECKFAIL: {{^}}a
33 ; CHECKFAIL: {{^}}b
34 ; CHECKFAIL: {{^}}c
36 ; CHECKERROR: expected string not found in input
37 ; CHECKERROR-NEXT: CHECKFAIL: {{[{][{]\^[}][}]}}c
39 ; CHECKFAIL-LABEL: {{^}}label1:
40 ; CHECKFAIL: {{^}}a
41 ; CHECKFAIL: {{^}}b
42 ; CHECKFAIL: {{^}}c
44 ; CHECKERROR: expected string not found in input
45 ; CHECKERROR-NEXT: CHECKFAIL: {{[{][{]\^[}][}]}}a
47 ; CHECKFAIL-LABEL: {{^}}label2:
48 ; CHECKFAIL: {{^}}a
49 ; CHECKFAIL: {{^}}b
50 ; CHECKFAIL: {{^}}c
52 ; CHECKERROR: expected string not found in input
53 ; CHECKERROR-NEXT: CHECKFAIL: {{[{][{]\^[}][}]}}b