llvm-for-llvmta/utils/lit/tests/Inputs/shtest-run-at-line/external-shell/line-continuation.txt
Nils Hölscher 3500bf8dde first commit
2022-04-25 10:02:23 +02:00

13 lines
253 B
Plaintext

# These commands must run under both bash and windows cmd.exe (with GnuWin32
# tools).
# RUN: echo 'foo bar' \
# RUN: | FileCheck %s
# RUN: echo \
# RUN: 'foo baz' \
# RUN: | FileCheck %s
# RUN: echo 'foo bar' \
# RUN: | FileCheck %s
# CHECK: foo bar