xref: /aosp_15_r20/external/llvm/test/Other/FileCheck-space.txt (revision 9880d6810fe72a1726cb53787c6711e909410d58)
1*9880d681SAndroid Build Coastguard WorkerRUN: printf "a\nb" | FileCheck %s -check-prefix=TEST1
2*9880d681SAndroid Build Coastguard WorkerRUN: echo oo | FileCheck %s -check-prefix=TEST2
3*9880d681SAndroid Build Coastguard Worker
4*9880d681SAndroid Build Coastguard WorkerCheck that CHECK-NEXT without a space after the colon works.
5*9880d681SAndroid Build Coastguard WorkerTEST1:a
6*9880d681SAndroid Build Coastguard WorkerTEST1-NEXT:b
7*9880d681SAndroid Build Coastguard Worker
8*9880d681SAndroid Build Coastguard WorkerCheck that CHECK-NOT without a space after the colon works.
9*9880d681SAndroid Build Coastguard WorkerTEST2-NOT:foo
10