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

unescape HTML entities in test failure output #140

Merged
merged 1 commit into from
Jun 15, 2016

Conversation

Nebopolis
Copy link
Sponsor Contributor

fixes #94

@highfive
Copy link
Collaborator

Thanks for the pull request, and welcome! The Servo team is excited to review your changes, and you should hear from @jdm (or someone else) soon.

@highfive
Copy link
Collaborator

Heads up! This PR modifies the following files:

  • @jdm: handlers/homu_status/init.py

@KiChjang
Copy link
Contributor

Is there a way to test these changes?

@@ -2,6 +2,7 @@

import json
import re
import HTMLParser
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This could just be from HTMLParser import HTMLParser and it could be moved to the previous group.

@wafflespeanut wafflespeanut assigned wafflespeanut and unassigned jdm Jun 15, 2016
@wafflespeanut
Copy link
Contributor

@KiChjang The current design of highfive's testsuite only checks the number of comments for a particular handler at the end of each test, not the contents they have (I'm planning to implement it someday soon).

@Nebopolis
Copy link
Sponsor Contributor Author

@KiChjang I'm not sure. The existing test only checks for the presence of a comment.

@wafflespeanut
Copy link
Contributor

Squash the commits and we'll be good to go!

@wafflespeanut wafflespeanut merged commit 614fc22 into servo:master Jun 15, 2016
@wafflespeanut
Copy link
Contributor

Thanks for doing this work! :)

Mark-Simulacrum pushed a commit to Mark-Simulacrum/highfive that referenced this pull request Sep 8, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Unescape HTML when reading test expectations
5 participants