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

Accept hyphen in variable name #258

Closed
fabricereix opened this issue Sep 10, 2021 · 1 comment
Closed

Accept hyphen in variable name #258

fabricereix opened this issue Sep 10, 2021 · 1 comment
Labels
bug Something isn't working
Milestone

Comments

@fabricereix
Copy link
Collaborator

The current version 1.3.0 does not parse '-' in variable name.

$ echo "GET http://{{my-host}}" | hurl
error: Parsing literal
  --> -:1:16
   |
 1 | GET http://{{my-host}}
   |                ^ expecting '}}'
   |
@fabricereix fabricereix added bug Something isn't working 1.3.1 labels Sep 10, 2021
@fabricereix
Copy link
Collaborator Author

fix in #259

@lepapareil lepapareil added this to the 1.3 milestone Oct 12, 2021
@lepapareil lepapareil removed the 1.3.1 label Oct 12, 2021
@lepapareil lepapareil modified the milestones: 1.3.0, 1.3.1 Oct 14, 2021
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

No branches or pull requests

2 participants