Open Dethada opened 7 months ago
Rejected as this is the expected behaviour of the app as stated in the UG. The app does not accept multiple identical prefixes, as shown in the error message above
Team chose [response.Rejected
]
Reason for disagreement: What I have reported is not that the app cannot accept multiple identical prefixes but that the information handling is flawed, the intended info to store is "info i/21/05/2024" hence i/info i/21/05/2024
in the add command.
Modifying the original add command to i/info z/21/05/2024
from i/info i/21/05/2024
succeeds, which shows that the error is caused by mishandling of "i/" inside the info parameter.
The original command should succeed as the UG reads:
Hence the app should be able to handle all inputs users decided to store other than empty values, including those containing " i/".
Bug Description
Trying to add a person with info
info i/21/05/2024
failsSteps to Reproduce
add cn/Google n/John Doe p/98765432 e/johnd@example.com a/311, Clementi Ave 2, #02-25 tt/121220221400 i/info i/21/05/2024 s/5000 pl/Java t/friends t/owesMoney pri/2
Expected Behavior
The command should succeed.
Screenshots