12 lines · plain
1# RUN: : first line continued \2# RUN: to second line3# RUN: echo 'foo bar' \4# RUN: | FileCheck %s5# RUN: echo \6# RUN: 'foo baz' \7# RUN: | FileCheck %s8# RUN: echo 'foo bar' \9# RUN: | FileCheck %s10 11# CHECK: foo bar12 1# RUN: : first line continued \2# RUN: to second line3# RUN: echo 'foo bar' \4# RUN: | FileCheck %s5# RUN: echo \6# RUN: 'foo baz' \7# RUN: | FileCheck %s8# RUN: echo 'foo bar' \9# RUN: | FileCheck %s10 11# CHECK: foo bar12