summaryrefslogtreecommitdiff
path: root/tk/tests/text.test
diff options
context:
space:
mode:
Diffstat (limited to 'tk/tests/text.test')
-rw-r--r--tk/tests/text.test19
1 files changed, 6 insertions, 13 deletions
diff --git a/tk/tests/text.test b/tk/tests/text.test
index 730a3182927..c8cc65bdce4 100644
--- a/tk/tests/text.test
+++ b/tk/tests/text.test
@@ -1573,22 +1573,15 @@ test text-25.13 {-maxundo configuration option} {
.t get 1.0 end
} "line 1\n\n"
+test text-26.1 {bug fix - 624372, ControlUtfProc long lines} {
+ destroy .t
+ pack [text .t -wrap none]
+ .t insert end [string repeat "\1" 500]
+} {}
+
deleteWindows
option clear
# cleanup
::tcltest::cleanupTests
return
-
-
-
-
-
-
-
-
-
-
-
-
-