For a file containing the following content: ```shell echo -n "blahh"; echo -e "\b \b" ``` I was expecting to see `blah` in the quick-run buffer. However, I see `blahh^H ^H` instead.
For a file containing the following content:
I was expecting to see
blahin the quick-run buffer. However, I seeblahh^H ^Hinstead.