Skip to content

Conversation

@deokjinkim
Copy link
Contributor

Actual output of example in mimeParams.set() is mismatched.
So update output of example in mimeParams.set().

Expected output:

foo=def&bar=1&baz=xyz 

Actual output:

foo=def;bar=1;baz=xyz 

Actual output of example in `mimeParams.set()` is mismatched.
@nodejs-github-botnodejs-github-bot added doc Issues and PRs related to the documentations. util Issues and PRs related to the built-in util module. labels Sep 19, 2023
@deokjinkimdeokjinkim added the author ready PRs that have at least one approval, no pending requests for changes, and a CI started. label Sep 20, 2023
@deokjinkimdeokjinkim added the commit-queue Add this label to land a pull request using GitHub Actions. label Sep 21, 2023
@nodejs-github-botnodejs-github-bot removed the commit-queue Add this label to land a pull request using GitHub Actions. label Sep 21, 2023
@nodejs-github-botnodejs-github-bot merged commit 05ebb8e into nodejs:mainSep 21, 2023
@nodejs-github-bot
Copy link
Collaborator

Landed in 05ebb8e

ruyadorno pushed a commit that referenced this pull request Sep 28, 2023
Actual output of example in `mimeParams.set()` is mismatched. PR-URL: #49718 Reviewed-By: Matthew Aitken <[email protected]> Reviewed-By: Luigi Pinca <[email protected]>
This was referenced Sep 28, 2023
alexfernandez pushed a commit to alexfernandez/node that referenced this pull request Nov 1, 2023
Actual output of example in `mimeParams.set()` is mismatched. PR-URL: nodejs#49718 Reviewed-By: Matthew Aitken <[email protected]> Reviewed-By: Luigi Pinca <[email protected]>
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

author readyPRs that have at least one approval, no pending requests for changes, and a CI started.docIssues and PRs related to the documentations.utilIssues and PRs related to the built-in util module.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants

@deokjinkim@nodejs-github-bot@lpinca@aymen94@KhafraDev