We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
hurlfmt --no-format displays extra new line
hurlfmt --no-format
Given this Hurl file:
GET http://localhost:8000/hello HTTP 200
With no new line at the end of HTTP 200 (beware that vim adds a newline by default), hurlfmt displays an extra new line:
hurlfmt
$ cat test.hurl GET http://localhost:8000/hello HTTP 200% $ hurlfmt --no-format --no-color /tmp/test.hurl GET http://localhost:8000/hello HTTP 200 $
(% is displayed by zsh when the file doesn't end with a newline)
The text was updated successfully, but these errors were encountered:
fabricereix
Successfully merging a pull request may close this issue.
hurlfmt --no-format
displays extra new lineGiven this Hurl file:
With no new line at the end of HTTP 200 (beware that vim adds a newline by default),
hurlfmt
displays an extra new line:(% is displayed by zsh when the file doesn't end with a newline)
The text was updated successfully, but these errors were encountered: