When adding a meal entry using the add mealEntry command and including a / in the input, the program will ignore everything between the first / and the /c input.
Steps to reproduce:
Add a meal entry with the add mealEntry command. E.g., add mealEntry grapes w/ juice /c200
The program will add the meal entry, but ignore everything between the first / and the /c1
The program will save the meal entry as grapes w with 200 calories
When adding a meal entry using the
add mealEntry
command and including a/
in the input, the program will ignore everything between the first/
and the/c
input.Steps to reproduce:
add mealEntry
command. E.g.,add mealEntry grapes w/ juice /c200
/
and the/c1
grapes w with 200 calories
[original: nus-cs2113-AY2425S1/pe-interim#452] [original labels: severity.Medium type.FunctionalityBug]