Attempt using the edit command for invalid indices, first an invalid number, second an invalid character input
Observe the difference in the error message displayed
The program displays "please enter a valid index for indices with characters". However, for an invalid index such as 0, there is no description for the error message and it displays "uh oh bad command"
The issue persists with the multi-line format for the edit command as well
Steps to recreate the bug:
The program displays "please enter a valid index for indices with characters". However, for an invalid index such as 0, there is no description for the error message and it displays "uh oh bad command"
The issue persists with the multi-line format for the edit command as well