reg/vendor/github.com/docker/docker-ce/components/engine/builder/dockerfile/parser/testfiles/escape-after-comment/Dockerfile

9 lines
253 B
Docker
Raw Normal View History

# 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