github.com/zhuohuang-hust/src-cbuild@v0.0.0-20230105071821-c7aab3e7c840/builder/dockerfile/parser/testfiles/escape-after-comment/Dockerfile (about)

     1  # Comment here. Should not be looking for the following parser directive.
     2  # Hence the following line will be ignored, and the subsequent backslash
     3  # continuation will be the default.
     4  # escape = `
     5  
     6  FROM image
     7  MAINTAINER foo@bar.com
     8  ENV GOPATH \
     9  \go