From 38ecedd3a179ee02c2541a6d4bf8d7b6348b4943 Mon Sep 17 00:00:00 2001 From: fvogel Date: Thu, 10 Oct 2019 19:19:19 +0000 Subject: Fix test number in comment --- tests/bind.test | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/bind.test b/tests/bind.test index ad125e8..24bf1d0 100644 --- a/tests/bind.test +++ b/tests/bind.test @@ -6628,7 +6628,7 @@ test bind-34.1 {-warp works relatively to a window} -setup { } -result {1} test bind-34.2 {-warp works relatively to the screen} -setup { } -body { - # Contrary to bind-32.2, we're directly checking screen coordinates + # Contrary to bind-34.1, we're directly checking screen coordinates event generate {} -x 20 -y 20 -warp 1 update idletasks ; # DoWarp is an idle callback set res [winfo pointerxy .] -- cgit v0.12