| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
|
@TimothyGu can you please rebase this and preserve the original commit message from #11161 |
Sorry, something went wrong.
Currently, the legacy URL stringifier miscalculates the offset of an
extra surrogate, causing the high surrogate to be included unescaped:
> url.format({ auth: '\uD83D\uDE00', hostname: 'a' })
'//%F0%9F%98%80�@A'
PR-URL: nodejs#11387
Backport-of: nodejs#11161
Sorry, something went wrong.
|
looks like a single failure on arm not ok 179 sequential/test-regress-GH-897 landed in 4fee955 |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Currently, the legacy URL stringifier miscalculates the offset of an extra surrogate, causing the high surrogate to be included unescaped:
Backport of #11161.
CI: https://ci.nodejs.org/job/node-test-pull-request/6413/
Checklist
Affected core subsystem(s)
url