diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2022-05-12 22:01:40 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2022-05-12 22:01:40 (GMT) |
commit | dc847a1c2f0f52c7ba66b37b9cc7a3d4316726a7 (patch) | |
tree | 1d241304896401e48b0b0ccad98703678b0b3e0b /tests/pack.test | |
parent | 4749967fe161376a673a9017b6c5faf1cfc8dea8 (diff) | |
download | tk-dc847a1c2f0f52c7ba66b37b9cc7a3d4316726a7.zip tk-dc847a1c2f0f52c7ba66b37b9cc7a3d4316726a7.tar.gz tk-dc847a1c2f0f52c7ba66b37b9cc7a3d4316726a7.tar.bz2 |
More alphabetizing Tk options. More type-cast improvements
Diffstat (limited to 'tests/pack.test')
-rw-r--r-- | tests/pack.test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/pack.test b/tests/pack.test index a17de62..f85369d 100644 --- a/tests/pack.test +++ b/tests/pack.test @@ -1263,7 +1263,7 @@ test pack-12.29 {command options and errors} -setup { pack forget .pack.a .pack.b .pack.c .pack.d } -body { pack .pack.a -side bac -} -returnCodes error -result {bad side "bac": must be top, bottom, left, or right} +} -returnCodes error -result {bad side "bac": must be bottom, left, right, or top} test pack-12.30 {command options and errors} -setup { pack forget .pack.a .pack.b .pack.c .pack.d } -body { |