diff options
author | fvogel <fvogelnew1@free.fr> | 2016-07-05 20:36:25 (GMT) |
---|---|---|
committer | fvogel <fvogelnew1@free.fr> | 2016-07-05 20:36:25 (GMT) |
commit | e28d7bfd6199766d14e5583fcf905289c6737c36 (patch) | |
tree | ffdd94b710247b20ca09cbfcf57a468e81c3b631 /tests | |
parent | 5718d28895a5ea6c26d0dc5e8421b3ff31fe7785 (diff) | |
download | tk-e28d7bfd6199766d14e5583fcf905289c6737c36.zip tk-e28d7bfd6199766d14e5583fcf905289c6737c36.tar.gz tk-e28d7bfd6199766d14e5583fcf905289c6737c36.tar.bz2 |
Fixed copy/paste error in test text-27.28 - one wants to test undo and redo, not twice undo
Diffstat (limited to 'tests')
-rw-r--r-- | tests/text.test | 2 |
1 files changed, 1 insertions, 1 deletions
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 |