qianz-z / pe

0 stars 0 forks source link

Parsing of address should allow other notations #6

Open qianz-z opened 2 years ago

qianz-z commented 2 years ago

There may be cases where the address contains a hyphen or a forward slash, as shown in the pictures below. However, the program does not recognise these as the correct format input, and therefore, throws an error. The UG should specify that those address inputs are deemed invalid to warn the users, otherwise the users will be confused as to why the program throws an error. Otherwise, it will be great if your program can accept these as correct address input as well. The first example is by having a forward slash in the address. The second example is by having a hyphen in the address. The third example is when all else remains the same, only removing the forward slash or hyphen.

To replicate: add -property n/Ash Ketchun a/1 Lower/Upper Changi, S121111 p/1600 t/LP BGL add -property n/Ash Ketchun a/1 Lower-Upper Changi, S121111 p/1600 t/LP BGL image.png

image.png

soc-se-bot commented 2 years ago

Your response not required for this bug as the team has accepted the bug as it is.