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.