github.com/kim0/docker@v0.6.2-0.20161130212042-4addda3f07e7/builder/dockerfile/parser/testfiles/continueIndent/result (about)

     1  (from "ubuntu:14.04")
     2  (run "echo hello  world  goodnight    moon  lightning")
     3  (run "echo hello    world")
     4  (run "echo hello  world")
     5  (run "echo hello goodbyefrog")
     6  (run "echo hi   world  goodnight")
     7  (run "echo goodbyefrog")
     8  (run "echo goodbyefrog")
     9  (run "echo hello")
    10  (run "echo this is some more useful stuff")