Open nus-pe-bot opened 4 years ago
According to UG,
5.7.1. Undo: undo
Undo the previous command.
Format: undo
We did not allow undo to be keyed in consecutively. In our UG, we clearly stated that the proper command to be executed is undo
, not (undo)*
, with * denoting n number of undoable commands.
--
Summary: When
undo
is typed in multiple times, it only undo-s one commandSteps to reproduce:
Expected results: Either 1a. Four Commands to be undone. 1b. No Commands to be undone.
Actual results: Only one command is undone.
Screenshot of issue:
[original: nus-cs2103-AY1920S1/pe-interim#1511]