Index: tests/submethods.test =================================================================== diff -u -N -r37735fae343f744bbb4c1d8af24863187e08cecf -r43373d98ca07d446abec8f8f62af7c4df56207a3 --- tests/submethods.test (.../submethods.test) (revision 37735fae343f744bbb4c1d8af24863187e08cecf) +++ tests/submethods.test (.../submethods.test) (revision 43373d98ca07d446abec8f8f62af7c4df56207a3) @@ -1127,7 +1127,7 @@ # unknown at the 3rd ensemble level w/o trailer : 'c' vs. 'z' ? {c foo a b z} {unable to dispatch sub-method "z" of ::c foo a b; valid are: foo a b c} ? [list return -level 0 [catch {c foo a b z} msg; set msg]] {unable to dispatch sub-method "z" of ::c foo a b; valid are: foo a b c} -# unknown at the 3nd ensemble level w trailer : 'c' vs. 'z' +# unknown at the 3rd ensemble level w trailer : 'c' vs. 'z' ? {c foo a b z d} {unable to dispatch sub-method "z" of ::c foo a b; valid are: foo a b c} ? [list return -level 0 [catch {c foo a b z d} msg; set msg]] {unable to dispatch sub-method "z" of ::c foo a b; valid are: foo a b c}