1. In the editor, write some content line by line as below:
First
Second
Third
Fourth
2. Now click on Find and Replace icon, replace the word 'Third' with any other word for example 'three'
3. Click replace and then when viewing the content it appears as below:
First
Second
threeFourth
4. We notice that the new line character is removed
Expected: Find and replace operation should not delete the new line
character.