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
Sebastiaan van Stijn 57c17882a3
Revert "Require continuation char to be last char in a line"
This reverts commit 105bc63295,
which (although correct), resulted in a backward incompatible
change.

We can re-implement this in future, after this changes
goes through a deprecation cycle

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2017-01-10 00:36:40 +01:00
..
dumper add defer file.Close to avoid potential fd leak 2016-08-10 08:36:09 +08:00
testfile-line Revert "Fix dockerfile parser with empty line after escape" 2016-12-05 00:41:03 -08:00
testfiles Revert "Require continuation char to be last char in a line" 2017-01-10 00:36:40 +01:00
testfiles-negative
json_test.go Move directive out of globals 2016-07-26 10:35:33 -07:00
line_parsers.go Fix case where \\ at EOF made the builder ignore the command 2016-11-03 05:48:49 -07:00
parser.go Revert "Require continuation char to be last char in a line" 2017-01-10 00:36:40 +01:00
parser_test.go Revert "Fix dockerfile parser with empty line after escape" 2016-12-05 00:41:03 -08:00
utils.go Move directive out of globals 2016-07-26 10:35:33 -07:00