Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Heredoc's getContentRange() has an incorrect starting line if the content is just empty lines #103

Closed
rcjsuen opened this issue Jan 19, 2022 · 0 comments
Assignees
Labels

Comments

@rcjsuen
Copy link
Owner

rcjsuen commented Jan 19, 2022

RUN <<EOT

EOT
const lib = require("dockerfile-ast");
const instruction = lib.DockerfileParser.parse("RUN <<EOT\n\nEOT").getInstructions()[0];
console.log(instruction.getHeredocs()[0].getContentRange().start.line);
2

It should be 1 instead.

@rcjsuen rcjsuen added the bug label Jan 19, 2022
@rcjsuen rcjsuen self-assigned this Jan 19, 2022
rcjsuen added a commit that referenced this issue Jan 22, 2022
Signed-off-by: Remy Suen <remy.suen@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant