Index: tests/submethods.tcl =================================================================== diff -u -r29ea21bd3f28ea7effaca6039e59a8a3499f8fd8 -rd1ed482555d4d28dbb41fb9ca2723eabb5e01221 --- tests/submethods.tcl (.../submethods.tcl) (revision 29ea21bd3f28ea7effaca6039e59a8a3499f8fd8) +++ tests/submethods.tcl (.../submethods.tcl) (revision d1ed482555d4d28dbb41fb9ca2723eabb5e01221) @@ -36,7 +36,7 @@ ? {o string tolower 2} tolower ? {o string toupper 2} \ {unable to dispatch method ::o string toupper; valid subcommands of string: info length tolower} - + ? {o foo a x} "x" ? {o foo a y} "y" ? {o foo a z} {unable to dispatch method ::o foo a z; valid subcommands of a: defaultmethod subcmdName unknown x y}