Forum Discussion
rramesh
9 years agoOccasional Contributor
Passing the character "\n" (for newline) as part of the text for the test data does not work.
So, if I pass the text as, say, -:
Hello \n World
In the response, the text appears the same as -:
Hello \n World
and not as -:
Hello
World
- nmrao9 years agoCommunity HeroAre you using windows? See if \r\n helps.