AY2425S1-CS2103T-W08-3 / tp

MIT License
0 stars 5 forks source link

Note Command: Invalid characters in Name does not show error message #135

Open skyl3-r opened 2 hours ago

skyl3-r commented 2 hours ago

Input: note n/%$$ nt/note Expected outcome: the words should turn red and error message about only alphanumeric characters in name should be shown Actual outcome: no error message was shown

skyl3-r commented 1 hour ago

similar: Input: note n/ nt/note expected: words turn red and error message about only alphanumeric characters and not empty name should be shown actual: words turn red but the error message is that the command is invalid

motivation: for other commands when name is empty the error message is the "alphanumeric char and not empty" message, and not the "invalid command format" message, so this should follow it