alwinangys / pe

0 stars 0 forks source link

Find substring has additional whitespaces, but still finds a match #8

Open alwinangys opened 2 years ago

alwinangys commented 2 years ago

Trying to find a a with more than one whitespace, but still returns the result of person aaaaa aaaaa.... which does not contain any two a separated by more than 1 whitespace.
10.png

nus-se-script commented 2 years ago

Team's Response

In reality, no names would consist of two white spaces back to back and that is why we chose to trim any number of back to back white spaces to only 1 whitespace, which we feel is a reasonable response.

Items for the Tester to Verify

:question: Issue response

Team chose [response.Rejected]

Reason for disagreement: [replace this with your explanation]


:question: Issue severity

Team chose [severity.Low] Originally [severity.Medium]

Reason for disagreement: [replace this with your explanation]