Adding a person with food preferences with "/" in the name
Code
```
add id/ 543221111 n/ John Doe p/ John f/ Curry chicken h/c c/ Stable h/ Singing karaoke t/amnesia
```
Results
Expected
Food: Curry chicken h/c
Hobby: Singing karaoke
Actual
Rationale:
• A User might want to include denotation such as Hot and Cold in h/c and is unable to do so since h/ is conflicted with the hobby prefix
Suggestions
Limit such that "/" are not allowed
Provide a workaround such like " are used to denote such cases
Prompt as error message when ambiliguilty for the application to parse when PREFIX exists behind the attributes which allows specials characters such as "/"
Steps to reproduce
Code
``` add id/ 543221111 n/ John Doe p/ John f/ Curry chicken h/c c/ Stable h/ Singing karaoke t/amnesia ```Results
Expected
Actual
Rationale:
• A User might want to include denotation such as Hot and Cold in h/c and is unable to do so since h/ is conflicted with the hobby prefix
Suggestions