postmanlabs / curl-to-postman

Converts curl requests to Postman Collection v2 request objects
Apache License 2.0
65 stars 31 forks source link

Fixed issue where some characters were not escaped correctly. #41

Closed VShingala closed 3 years ago

VShingala commented 3 years ago

This PR fixes following issues via correctly escaping the characters and handling the Unicode character sequences.

umeshp7 commented 3 years ago

Comments can be added wherever regex is used.