diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2021-01-12 08:24:07 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2021-01-12 08:24:07 (GMT) |
commit | 1ba4798fe9b502568af4551d5bb88221c2f17b14 (patch) | |
tree | d4d2e3e9e4a0ab7a036bb8a68a79bf04f4e82aab /tests | |
parent | 03682355ed73dc7019bdf43346cda4110274f84e (diff) | |
parent | 4d14f5a0f9cf1da153ac81fa1c0f08934092110c (diff) | |
download | tk-1ba4798fe9b502568af4551d5bb88221c2f17b14.zip tk-1ba4798fe9b502568af4551d5bb88221c2f17b14.tar.gz tk-1ba4798fe9b502568af4551d5bb88221c2f17b14.tar.bz2 |
Merge 8.5
Diffstat (limited to 'tests')
-rw-r--r-- | tests/textTag.test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/textTag.test b/tests/textTag.test index 298e594..825f3b0 100644 --- a/tests/textTag.test +++ b/tests/textTag.test @@ -1778,7 +1778,7 @@ test textTag-18.1 {TkTextPickCurrent tag bindings} -setup { event gen .t <Motion> -warp 1 -x 20 -y 20 ; update event gen .t <Motion> -warp 1 -x 10 -y 10 ; update event gen .t <Motion> -warp 1 -x 25 -y 25 ; update - return $res + set res } -cleanup { destroy .t } -result {Enter {25 25 tag-Enter} {20 20 tag-Leave} {25 25 tag-Enter}} |