summaryrefslogtreecommitdiffstats
path: root/dockerfile/parser/testfiles/escape-after-comment/Dockerfile
blob: 18e9a474f2db8a461282b4144a12b814e556485e (plain)
1
2
3
4
5
6
7
8
9
# 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