xref: /llvm-project/llvm/utils/lit/tests/Inputs/shtest-run-at-line/internal-shell/line-continuation.txt (revision 31b373963f86e4fa8af9844c62b16c2f42354157)
1# RUN: : first line continued \
2# RUN:   to second line
3# RUN: echo 'foo bar' \
4# RUN: | FileCheck %s
5# RUN: echo \
6# RUN: 'foo baz' \
7# RUN: | FileCheck %s
8# RUN: echo 'foo bar' \
9# RUN: | FileCheck %s
10
11# CHECK: foo bar
12