Uh oh!
There was an error while loading. Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork 34.3k
Closed
Labels
querystringIssues and PRs related to the built-in querystring module.Issues and PRs related to the built-in querystring module.
Description
- Version: v12, master
- Platform: Windows, macOS
- Subsystem: querystring
What steps will reproduce the bug?
constquerystring=require('querystring');console.log('expected: %*',`actual: ${querystring.unescape('%%2f')}`);// => actual: %%2fconsole.log('expected: %2*f*',`actual: ${querystring.unescape('%2%2af%2a')}`);// => actual %2%2af*What is the expected behavior?
It should unescape %2a to *.
What do you see instead?
Metadata
Metadata
Assignees
Labels
querystringIssues and PRs related to the built-in querystring module.Issues and PRs related to the built-in querystring module.