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

Improve error messages if the url contains an illegal character #207

Closed
lepapareil opened this issue Jun 18, 2021 · 0 comments · Fixed by #211
Closed

Improve error messages if the url contains an illegal character #207

lepapareil opened this issue Jun 18, 2021 · 0 comments · Fixed by #211
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@lepapareil
Copy link
Collaborator

lepapareil commented Jun 18, 2021

hurl version = 1.2.0

If I use an illegal character in a url I get:

    |
  1 | GET https://mydomain.com/path/i love testing/end
    |                                ^ expecting 'line_terminator'
    |

What i expect:

    |
  1 | GET https://mydomain.com/path/i love testing/end
    |                                ^ illegal character
    |
@fabricereix fabricereix linked a pull request Jun 19, 2021 that will close this issue
@fabricereix fabricereix added 1.3.0 enhancement New feature or request labels Jun 19, 2021
@fabricereix fabricereix changed the title improve error messages if the url contains an illegal character Improve error messages if the url contains an illegal character Sep 1, 2021
@lepapareil lepapareil added this to the 1.3.0 milestone Oct 12, 2021
@lepapareil lepapareil removed the 1.3.0 label Oct 12, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants