itsmejr257 / pe

0 stars 0 forks source link

Unexpected Output in status command #3

Open itsmejr257 opened 4 months ago

itsmejr257 commented 4 months ago

When inputting the status command, the expected output for current health, "you have ** rounds left before the game ends". Does not seem to match the UG. In particular, there is an additional 32m and 0m.

unexpctd output status.PNG

Classified this as very low as the health seems to be correct and the error seems purely cosmetic

nus-se-script commented 4 months ago

Team's Response

Thank you for the response! This issue is due to I used ANSI escape codes to add color to the text. However, your command line terminal does not support the ANSI escape codes.

The 'Original' Bug

[The team marked this bug as a duplicate of the following bug]

Unexpected output from upgrade command

The message gotten was different from the expected output from the UG.

In particular there seems to be an additional 31m and 0m printed

image.png

Labelled this as very low as it seems to be a cosmetic error, and still technically displays the correct value of 10000.


[original: nus-cs2113-AY2324S2/pe-interim#688] [original labels: type.FunctionalityBug severity.VeryLow]

Their Response to the 'Original' Bug

[This is the team's response to the above 'original' bug]

Thank you for the response, this is because the ANSI escape codes for ui coloring is not recongized by your terminal.

Items for the Tester to Verify

:question: Issue duplicate status

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 explanation]