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

Fix echo-content-escaped.py again #26645

Merged
merged 3 commits into from Nov 25, 2020
Merged

Conversation

Hexcles
Copy link
Member

@Hexcles Hexcles commented Nov 25, 2020

The fix in #26615 only works in Py3.

This time we make it compatible with Py2 & Py3.

The fix in #26615 only works in Py3.

This time we make it compatible with Py2 & Py3.
@Hexcles
Copy link
Member Author

Hexcles commented Nov 25, 2020

Oops, I was trying to be smart to avoid unnecessary backslashes, but turns out you can't a raw string literal that ends with a backslash since that'd escape the quote...

@Hexcles Hexcles merged commit c52e4b0 into master Nov 25, 2020
@Hexcles Hexcles deleted the fix-echo-content-escaped.py-1 branch November 25, 2020 16:24
@andreubotella
Copy link
Member

In Python 3, this fix leaves the fallback case returning an int, causing every one of the FileAPI/file/send-file-form* tests to fail.

Hexcles added a commit that referenced this pull request Nov 26, 2020
Hexcles added a commit that referenced this pull request Nov 26, 2020
moz-v2v-gh pushed a commit to mozilla/gecko-dev that referenced this pull request Dec 4, 2020
…testonly

Automatic update from web-platform-tests
Fix echo-content-escaped.py for real (#26655)

See web-platform-tests/wpt#26645 (comment)

--

wpt-commits: fcb3495f6321b32f607cabcbe0e63a918f48d348
wpt-pr: 26655
sidvishnoi pushed a commit to sidvishnoi/gecko-webmonetization that referenced this pull request Dec 10, 2020
…testonly

Automatic update from web-platform-tests
Fix echo-content-escaped.py for real (#26655)

See web-platform-tests/wpt#26645 (comment)

--

wpt-commits: fcb3495f6321b32f607cabcbe0e63a918f48d348
wpt-pr: 26655
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.

None yet

5 participants