nus-cs2103-AY2122S1 / pe-dev-response

0 stars 0 forks source link

Tag issue: unable to add alphanumeric tags #5686

Open nus-se-bot opened 2 years ago

nus-se-bot commented 2 years ago

Environment

Windows 11, java version 11.0.9

Steps to reproduce

add /g abc /p -12345 /tag abc-lost-money-;-;

Expected Result

A game with tag abc-lost-money-;-;, given that punctuation is "alphanumeric"

Actual Result

Error message

Screenshot 2021-11-12 162358.png


[original: nus-cs2103-AY2122S1/pe-interim#5713] [original labels: severity.Low type.FunctionalityBug]

yzhilong commented 2 years ago

Team's Response

Alphanumerical values are commonly accepted to be the characters a-z, A-Z and 0-9 only. Punctuation are not alphanumeric values, and is not accepted as such by all major programming languages.

Duplicate status (if any):

--