diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2020-08-14 09:56:56 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2020-08-14 09:56:56 (GMT) |
commit | 00c61e611d0efe1b62775b665e0157345c9ad7b5 (patch) | |
tree | 122236bc0f36072ea852aa85a8188b9475c19ef2 /tests/textMark.test | |
parent | 9e7ea957b3c08bb06ba7a98956bfc39fca90f3cb (diff) | |
parent | e4bdb863a0201c96d5114bd18b4468c9e7f7dcc9 (diff) | |
download | tk-00c61e611d0efe1b62775b665e0157345c9ad7b5.zip tk-00c61e611d0efe1b62775b665e0157345c9ad7b5.tar.gz tk-00c61e611d0efe1b62775b665e0157345c9ad7b5.tar.bz2 |
More consistancy in Tcl_WrongNumArgs() messages and documentation
Diffstat (limited to 'tests/textMark.test')
-rw-r--r-- | tests/textMark.test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/textMark.test b/tests/textMark.test index b4b781c..2fa13b8 100644 --- a/tests/textMark.test +++ b/tests/textMark.test @@ -177,7 +177,7 @@ test textMark-6.4 {TkTextMarkNameToIndex, with mark outside -startline/-endline } -result {1 {bad text index "mymark"} 1.0 1.0 1 {bad text index "mymark"} L 1 {bad text index "mymark"}} test textMark-6.5 {insert and current marks in an empty peer - bug 3487407} -body { .t mark set insert 1.0 - .t configure -start 5 -end 5 + .t configure -startline 5 -endline 5 set res [.t index insert] } -cleanup { .t configure -startline {} -endline {} |