buildkit/frontend/dockerfile/parser
Sebastiaan van Stijn cc7a3ded6f
Dockerfile: fix parsing of trailing backslash
If the line-continuation marker (`\`) is escaped, it should not be
treated as such, but as a literal backslash.

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2020-10-26 12:29:05 +01:00
..
dumper dockerfile: update imports 2018-06-01 20:10:18 -07:00
testfile-line optimization debian package manager tweaks 2020-03-11 15:27:54 +05:30
testfiles Dockerfile: fix parsing of trailing backslash 2020-10-26 12:29:05 +01:00
testfiles-negative Parser errors on dockerfiles without instructions 2019-01-04 13:44:52 -06:00
errors.go errdefs: update to new packages 2020-04-24 11:25:44 -07:00
json_test.go dockerfile: fix parsing multiple directives 2020-04-14 22:04:53 -07:00
line_parsers.go dockerfile: parse comments associated with args and stages 2020-10-12 23:11:23 -07:00
line_parsers_test.go dockerfile: remove mix of testing frameworks 2020-04-14 22:05:41 -07:00
parser.go Dockerfile: fix parsing of trailing backslash 2020-10-26 12:29:05 +01:00
parser_test.go TestParseCases(): fix "expected" and "actual" being reversed 2020-10-26 12:27:17 +01:00
split_command.go dockerfile: fix parsing multiple directives 2020-04-14 22:04:53 -07:00