Open Jisu-Woniu opened 2 months ago
Describe the bug
dprint-plugin-dockerfile version: 0.3.2
Input Code
RUN <<EOF echo Hello echo World EOF
Expected Output
dprint should parse this file successfully, since it is a legal Dockerfile according to Dockerfile reference.
Actual Output
Error formatting **/Dockerfile. Message: could not parse Dockerfile: --> 4:4 | 4 | EOF␊ | ^--- | = expected any_breakable Had 1 error formatting.
This is the dprint.json if it is relavant:
dprint.json
{ "dockerfile": { }, "excludes": [], "plugins": [ "https://plugins.dprint.dev/dockerfile-0.3.2.wasm" ] }
Describe the bug
dprint-plugin-dockerfile version: 0.3.2
Input Code
Expected Output
dprint should parse this file successfully, since it is a legal Dockerfile according to Dockerfile reference.
Actual Output