Closed VShingala closed 3 years ago
Fixes issue https://github.com/postmanlabs/postman-app-support/issues/4772.
Issue was around escaped single characters like \\n present in string not resolved correctly in body. We are now replacing such sequences with actual characters.
\\n
Fixes issue https://github.com/postmanlabs/postman-app-support/issues/4772.
Issue was around escaped single characters like
\\n
present in string not resolved correctly in body. We are now replacing such sequences with actual characters.