postmanlabs / postmanlabs/postman-code-generators
Convert the cURL incorrectly which contains single quotes
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 1k
- Forks
- 381
- PR merge metrics
- No merged PRs in 30d
Description
Describe the bug
Convert the cURL incorrectly which contains single quotes through importing
To Reproduce
Click "Import" button > click "cURL" > paste the curl bellow, and then we can found that the request body was cut
curl --location 'http://xxx' \ --header 'Content-Type: application/json' \ --data '{ "input": "I'\''m good" }'
Expected code snippet and corresponding request
Convert to a correct request body
Screenshots
Additional context
postman-for-vscode version: 1.11.2
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start at the Import > cURL entry point and reproduce the issue with the supplied curl command, checking where the request body is cut when it contains the escaped single quote. Trace the cURL conversion path and verify that the generated request preserves the complete JSON body, including "I'm good".
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- tooling
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100