summaryrefslogtreecommitdiffstats
path: root/llvm/utils/lit/tests/Inputs/shtest-run-at-line/external-shell/line-continuation.txt
blob: b11f0d759fe7a38b213e888d9dac0cff92a5f72f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# 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
OpenPOWER on IntegriCloud