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

Error range incorrect when escape character is embedded in the keyword #99

Closed
rcjsuen opened this issue Sep 7, 2021 · 0 comments
Closed
Assignees
Labels

Comments

@rcjsuen
Copy link
Owner

rcjsuen commented Sep 7, 2021

FROM alpine
RU\N
RUN echo
node bin/dockerfile-utils lint
Line: 2-3
RU\N
^^^^
RUN echo
^^^
Error: Unknown instruction: RU\NRUN

Only the second line should be flagged as an error. It should not merge RU\N with RUN.

@rcjsuen rcjsuen added the bug label Sep 7, 2021
@rcjsuen rcjsuen closed this as completed in 5514d4b Sep 8, 2021
@rcjsuen rcjsuen self-assigned this Sep 9, 2023
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