AY2021S1-CS2103T-W10-2/tp

[PE-D] Inserting a fullstop within an instruction splits the instruction into 2 instructions

Closed this issue · 1 comments

bug1.PNG

Command to replicate bug:
addR n/salad i/lettuce, tomato, olive oil c/40 img/images/healthy1.jpg instr/Cook pasta. Add 1.5 cups of butter. t/fast t/easy

Command with bug:
add recipe command

The bug is that the command does not allow users to put fullstops into individual instruction.
If the user has a fullstop within one of the instruction, the command automatically splits the single instruction into 2 instructions, even if the user intended for it to be a single instruction. This was not highlighted in the user guide which might cause users to be unaware.

Command Result:

bug2.PNG


Labels: severity.Medium type.FunctionalityBug
original: jonasngs/ped#1

Will not be addressed