summaryrefslogtreecommitdiffstats
path: root/tests/grid.test
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2020-09-30 11:24:47 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2020-09-30 11:24:47 (GMT)
commit6f78293bdc6a4bff7be83582e36979792ba5e251 (patch)
treec0a6b10d6c3022d06534922dc375b4ca8c985de7 /tests/grid.test
parentb9c54e9e7e755df631f2b4ad860dc1ecc67279fd (diff)
parent2cfcf649ca494a8a1a8b733fa9fbe9b033d7dfdd (diff)
downloadtk-6f78293bdc6a4bff7be83582e36979792ba5e251.zip
tk-6f78293bdc6a4bff7be83582e36979792ba5e251.tar.gz
tk-6f78293bdc6a4bff7be83582e36979792ba5e251.tar.bz2
Merge 8.6.
Minor TIP #581 cleanup: Don't report "pack|place|grid slave" option any more, only give "content" as possibility
Diffstat (limited to 'tests/grid.test')
-rw-r--r--tests/grid.test2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/grid.test b/tests/grid.test
index 7f66e0d..b033311 100644
--- a/tests/grid.test
+++ b/tests/grid.test
@@ -45,7 +45,7 @@ test grid-1.1 {basic argument checking} -body {
} -returnCodes error -result {wrong # args: should be "grid option arg ?arg ...?"}
test grid-1.2 {basic argument checking} -body {
grid foo bar
-} -returnCodes error -match glob -result {bad option "foo": must be anchor, bbox, columnconfigure, configure, content, forget, info, location, propagate, remove, rowconfigure, *size*}
+} -returnCodes error -result {bad option "foo": must be anchor, bbox, columnconfigure, configure, content, forget, info, location, propagate, remove, rowconfigure, or size}
test grid-1.3 {basic argument checking} -body {
button .b
grid .b -row 0 -column