While look at #27039 I noticed that we allow for whitespace after the continuation char (\\) which is wrong. It needs to be the very last char in the line. Signed-off-by: Doug Davis <dug@us.ibm.com> Upstream-commit: 105bc63295a7126798d3722a0e205c5ead4e2b1c Component: engine
10 lines
298 B
Plaintext
10 lines
298 B
Plaintext
(from "ubuntu:14.04")
|
|
(run "echo hello world goodnight moon lightning")
|
|
(run "echo hello world")
|
|
(run "echo hello world")
|
|
(run "echo hello goodbyefrog")
|
|
(run "echo hi world goodnight")
|
|
(run "echo goodbyefrog")
|
|
(run "echo goodbyefrog")
|
|
(run "echo hello this is some more useful stuff")
|