moby--moby/builder/dockerfile
Doug Davis 105bc63295 Require continuation char to be last char in a line
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>
2016-10-04 09:38:00 -07:00
..
command
parser Require continuation char to be last char in a line 2016-10-04 09:38:00 -07:00
bflag.go
bflag_test.go
builder.go Implement build cache based on history array 2016-09-23 11:30:06 -07:00
builder_unix.go
builder_windows.go
dispatchers.go
dispatchers_test.go
dispatchers_unix.go
dispatchers_unix_test.go
dispatchers_windows.go
dispatchers_windows_test.go
envVarTest
evaluator.go
evaluator_test.go
evaluator_unix.go
evaluator_windows.go
internals.go Implement build cache based on history array 2016-09-23 11:30:06 -07:00
internals_test.go
internals_unix.go Windows: Fix wildcard expansion after slash in filename 2016-09-14 11:40:57 -07:00
internals_windows.go Windows: Fix wildcard expansion after slash in filename 2016-09-14 11:40:57 -07:00
internals_windows_test.go
shell_parser.go
shell_parser_test.go
support.go
support_test.go
utils_test.go
wordsTest