jonasngs / ped

0 stars 0 forks source link

Inserting a fullstop within an instruction splits the instruction into 2 instructions #1

Open jonasngs opened 3 years ago

jonasngs commented 3 years ago

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

oliviajohansen commented 3 years ago

Screenshot 2020-10-31 at 11 18 38 PM