1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00
moby--moby/builder/dockerfile/parser
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
..
dumper add defer file.Close to avoid potential fd leak 2016-08-10 08:36:09 +08:00
testfile-line Support platform file paths through escape 2016-05-20 20:29:59 -07:00
testfiles Require continuation char to be last char in a line 2016-10-04 09:38:00 -07:00
testfiles-negative Move builder files to builder/dockerfile 2015-10-05 18:26:47 -04:00
json_test.go Move directive out of globals 2016-07-26 10:35:33 -07:00
line_parsers.go Fix exec form of HEALTHCHECK CMD 2016-08-31 17:50:12 +01:00
parser.go Require continuation char to be last char in a line 2016-10-04 09:38:00 -07:00
parser_test.go add defer file.Close to avoid potential fd leak 2016-08-10 08:36:09 +08:00
utils.go Move directive out of globals 2016-07-26 10:35:33 -07:00