added debug output to Backup()

This commit is contained in:
2023-11-09 18:47:31 +01:00
parent b91e024569
commit bacbfcc517
3 changed files with 13 additions and 0 deletions

View File

@@ -236,6 +236,11 @@ func TestCalc(t *testing.T) {
exp: 2,
batch: true,
},
{
name: "undo",
cmd: `4 4 + undo *`,
exp: 16,
},
}
for _, tt := range tests {