llvm-for-llvmta/utils/lit/tests/Inputs/shtest-run-at-line/internal-shell/line-continuation.txt

12 lines
221 B
Plaintext

# RUN: : first line continued \
# RUN: to second line
# 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