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

test-tidy cuts off whatwg URLs that include apostrophes #27366

Closed
jdm opened this issue Jul 22, 2020 · 1 comment
Closed

test-tidy cuts off whatwg URLs that include apostrophes #27366

jdm opened this issue Jul 22, 2020 · 1 comment

Comments

@jdm
Copy link
Member Author

@jdm jdm commented Jul 22, 2020

match = re.search(br"https://html\.spec\.whatwg\.org/multipage/[\w-]+\.html#([\w\:-]+)", line)
is the regex that needs to be expanded.

@CYBAI CYBAI mentioned this issue Jul 23, 2020
4 of 4 tasks complete
bors-servo added a commit that referenced this issue Jul 24, 2020
Handle apostrophes for whatwg URL tidy check

---
<!-- Thank you for contributing to Servo! Please replace each `[ ]` by `[X]` when the step is complete, and replace `___` with appropriate data: -->
- [x] `./mach build -d` does not report any errors
- [x] `./mach test-tidy` does not report any errors
- [x] These changes fix #27366
- [x] These changes do not require tests because it will improve the tidy check for WHATWG URL

<!-- Also, please make sure that "Allow edits from maintainers" checkbox is checked, so that we can help you if you get stuck somewhere along the way.-->

<!-- Pull requests that do not address these steps are welcome, but they will require additional verification as part of the review process. -->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

1 participant
You can’t perform that action at this time.