Index: tests/submethods.test =================================================================== diff -u -r0f881e4bc45e927c8d84c1b1b468ef7537cb9b03 -r4e641792bcf032ac4a4de83ae4fe299892aa2df8 --- tests/submethods.test (.../submethods.test) (revision 0f881e4bc45e927c8d84c1b1b468ef7537cb9b03) +++ tests/submethods.test (.../submethods.test) (revision 4e641792bcf032ac4a4de83ae4fe299892aa2df8) @@ -374,6 +374,14 @@ } } +nx::test case unknown-in-info { + nx::Class create C + catch {C info x y z} err + ? [list string match {unable to dispatch sub-method "x" of ::C info; valid are:*} $err] 1 + catch {C info object x y z} err + ? [list string match {unable to dispatch sub-method "x" of ::C info object; valid are:*} $err] 1; + ## --> unable to dispatch sub-method "object" of ::C info; valid are: +} nx::test case submethods-and-filters { #