Tizen_4.0 base
[platform/upstream/docker-engine.git] / builder / dockerfile / parser / testfiles / continueIndent / result
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")