-
Notifications
You must be signed in to change notification settings - Fork 526
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
thread 'main' panicked at 'explicit panic', packages/hurl/src/runner/predicate.rs:242:9 #514
Comments
Switching the regex to use |
Hi @humphd this is definitively a bug: it happens in case of a regex predicate value (like yours We're going to produce a 1.6.1 patch version for the end of the week (as this bug can be triggered easily with also the fix for the @ in BasicAuth section). As a side node (not at all related to this bug), in your sample:
You are using what we call a "raw string" (
This will allow us to specify a certain type of body (like a GraphQL request) that will be transformed to a real HTTP request body (and maybe with adding an appropriate
Will not longer be accepted and should be rewritten as:
JSON body and xml body can still be used without Does it seems problematic to you ? I wonder if you're currently using this "one-line" syntax a lot? |
Thanks for fixing so quickly. I think following the style of GitHub Markdown's fenced code blocks, to indicate content type, is a great idea. The only reason I've used |
Given:
Produces:
The text was updated successfully, but these errors were encountered: