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

Support pipe character ('|') in Cookies section #466

Closed
adworacz opened this issue Feb 5, 2022 · 1 comment · Fixed by #469
Closed

Support pipe character ('|') in Cookies section #466

adworacz opened this issue Feb 5, 2022 · 1 comment · Fixed by #469
Labels
bug Something isn't working
Milestone

Comments

@adworacz
Copy link

adworacz commented Feb 5, 2022

The following file fails to run with hurl:

GET https://example.com
[Cookies]
foobar: asdf|1234

Output:

hurl test.hurl
error: Parsing literal
  --> test.hurl:4:13
   |
 4 | foobar: asdf|1234
   |             ^ expecting 'line_terminator'

This might effect other sections as well, but I just ran into it with the Cookies section.

@fabricereix
Copy link
Collaborator

Thanks for reporting it.
We will fix it for the next release.

@fabricereix fabricereix added the bug Something isn't working label Feb 5, 2022
@fabricereix fabricereix added this to the 1.6.0 milestone Feb 5, 2022
@fabricereix fabricereix linked a pull request Feb 5, 2022 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants