reg/vendor/github.com/docker/docker-ce/components/engine/builder/dockerfile/parser/testfiles/escape-after-comment/Dockerfile
Jess Frazelle 3834c605e5
update deps
Signed-off-by: Jess Frazelle <acidburn@microsoft.com>
2018-03-06 10:32:47 -05:00

9 lines
No EOL
253 B
Docker

# Comment here. Should not be looking for the following parser directive.
# Hence the following line will be ignored, and the subsequent backslash
# continuation will be the default.
# escape = `
FROM image
LABEL maintainer foo@bar.com
ENV GOPATH \
\go