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

Add support for backtick strings in predicates values #3332

Merged

Conversation

jcamiel
Copy link
Collaborator

@jcamiel jcamiel commented Oct 24, 2024

We are now able to support this code:

GET http://foo.com
HTTP 200
[Asserts]
xpath "string(//title)" == `Bob says: "Hi"`

@jcamiel jcamiel linked an issue Oct 24, 2024 that may be closed by this pull request
1 task
We are now able to support this code:

```
GET http://foo.com
HTTP 200
[Asserts]
xpath "string(//title)" == `Bob says: "Hi"`
```
@jcamiel jcamiel force-pushed the 3317-accept-alternative-quotes-for-response-predicate-test branch from c80147d to 2eb7d02 Compare October 24, 2024 13:31
@jcamiel
Copy link
Collaborator Author

jcamiel commented Oct 24, 2024

/accept

@hurl-bot
Copy link
Collaborator

🕗 /accept is running, please wait for completion.

@hurl-bot
Copy link
Collaborator

✅ Pull request merged and closed by jcamiel with fast forward merge..

# List of commits merged from Orange-OpenSource/hurl/3317-accept-alternative-quotes-for-response-predicate-test branch into Orange-OpenSource/hurl/master branch:

  • 2eb7d02 Add support for backtick strings in predicates values.

@hurl-bot hurl-bot closed this Oct 24, 2024
@hurl-bot hurl-bot merged commit 2eb7d02 into master Oct 24, 2024
23 checks passed
@hurl-bot hurl-bot deleted the 3317-accept-alternative-quotes-for-response-predicate-test branch October 24, 2024 14:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Accept alternative quotes for response predicate test
2 participants