 # Steps to reproduce * `$ hello` * press left 3 times * press s * press s # Expected output * After first s: `$ hesllo` (Cursor should be after the s character) * After second s: `$ hessllo` # Actual output * After first s: `$ hesllo ` (notice the extra space, and that the cursor has moved to the end) * After second s: `$ hesllo sllo `
Steps to reproduce
$ helloExpected output
$ hesllo(Cursor should be after the s character)$ hesslloActual output
$ hesllo(notice the extra space, and that the cursor has moved to the end)$ hesllo sllo