github.com/endocode/docker@v1.4.2-0.20160113120958-46eb4700391e/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 hello  world")
     7  (run "echo hi   world  goodnight")
     8  (run "echo goodbyefrog")
     9  (run "echo goodbyefrog")
    10  (run "echo hello this is some more useful stuff")