Open kenjin-work opened 7 months ago
[IMPORTANT!: Please do not edit or reply to this comment using the GitHub UI. You can respond to it using CATcher during the next phase of the PE]
Same problem of whitespace.
[The team marked this bug as a duplicate of the following bug]
Duplicated space in
ls
success messageSteps to reproduce:
ls aa
Expected:
Listed all persons in aa.
Actual: Space is duplicated before tag name.
Improvement: Remove duplicated space.
[original: nus-cs2103-AY2324S2/pe-interim#5251] [original labels: type.FeatureFlaw severity.VeryLow]
[This is the team's response to the above 'original' bug]
Thank you for pointing it out!
Team chose to mark this issue as a duplicate of another issue (as explained in the Team's response above)
Reason for disagreement: [replace this with your reason]
When I type
ls c
, the result is equivalent tols c
. However, the message box still shows the tag without stripping whitespace, even though the filter command itself has actually stripped the whitespace.