From e28d7bfd6199766d14e5583fcf905289c6737c36 Mon Sep 17 00:00:00 2001 From: fvogel Date: Tue, 5 Jul 2016 20:36:25 +0000 Subject: Fixed copy/paste error in test text-27.28 - one wants to test undo and redo, not twice undo --- tests/text.test | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/text.test b/tests/text.test index 65c3225..2e4177d 100644 --- a/tests/text.test +++ b/tests/text.test @@ -6632,7 +6632,7 @@ test text-27.28 {edit undo and edit redo do not leave \ .t insert end "Again hello.\n" .t edit undo lappend res [lsearch [.t mark names] tk::undoMark*] - .t edit undo + .t edit redo lappend res [lsearch [.t mark names] tk::undoMark*] } -cleanup { destroy .t -- cgit v0.12