 Started with this content in the editor: ``` This is a test This is a test This is a test This is a test ``` Trying to replace 'this' with 'foo' in the string resulted in this garbled mess: ``` foo is a test Tfoois a test Thfoos a test Thifoo a test ``` See below: 
Started with this content in the editor:
Trying to replace 'this' with 'foo' in the string resulted in this garbled mess:
See below:
