AY2021S1-CS2103T-W16-3 / tp

https://ay2021s1-cs2103t-w16-3.github.io/tp/
MIT License
0 stars 6 forks source link

Modify parsing of prefixes #307

Closed yongping827 closed 4 years ago

yongping827 commented 4 years ago

Currently handling of incorrect prefixes is inconsistent. Some incorrect prefixes, such as PREFIX_DATE in ParserUtil::parseBookmarkTransactionBuilder are detected and ParseException is thrown, while in other cases, known prefixes are simply not detected and treated as part of the value of its preceding prefix.