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

Implement html_escape and html_unescape. #1093

Merged
merged 1 commit into from
Dec 14, 2022

Conversation

jcamiel
Copy link
Collaborator

@jcamiel jcamiel commented Dec 11, 2022

This PR removes import of html-escape crate.

Code adapted from Python standard lib: https://github.com/python/cpython/blob/main/Lib/html/__init__.py

Test suite adapted from Python test suite: https://github.com/python/cpython/blob/main/Lib/test/test_html.py

@jcamiel jcamiel force-pushed the implement-htmlescape-htmlunescape branch 3 times, most recently from 7e8b70c to 4514a7d Compare December 12, 2022 13:09
@jcamiel jcamiel force-pushed the implement-htmlescape-htmlunescape branch 3 times, most recently from 9e5fd09 to 2f593ef Compare December 14, 2022 11:22
This PR removes import of html-escape crate.
@jcamiel jcamiel force-pushed the implement-htmlescape-htmlunescape branch from 2f593ef to c2f0fe4 Compare December 14, 2022 12:10
@jcamiel jcamiel marked this pull request as ready for review December 14, 2022 12:20
@fabricereix
Copy link
Collaborator

/accept

@hurl-bot
Copy link
Collaborator

🕗 /accept is running, please wait for completion.

@hurl-bot
Copy link
Collaborator

✅ Pull request accepted and closed by fabricereix with fast forward merge..

# List of commits merged from Orange-OpenSource/hurl/implement-htmlescape-htmlunescape branch into Orange-OpenSource/hurl/master branch:

  • c2f0fe4 Implement html_escape and html_unescape.

@hurl-bot hurl-bot closed this Dec 14, 2022
@github-actions github-actions bot merged commit c2f0fe4 into master Dec 14, 2022
@github-actions github-actions bot deleted the implement-htmlescape-htmlunescape branch December 14, 2022 13:08
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.

3 participants