Index: tests/info-method.test =================================================================== diff -u -r42ff96c3ae55cc30897aa03d2bf5029e51b21638 -r0b1ac7f47948c36c4e03fc3d6dbce0a04d9418d4 --- tests/info-method.test (.../info-method.test) (revision 42ff96c3ae55cc30897aa03d2bf5029e51b21638) +++ tests/info-method.test (.../info-method.test) (revision 0b1ac7f47948c36c4e03fc3d6dbce0a04d9418d4) @@ -646,8 +646,14 @@ # # test whether the handles for ensemble methods work # + ? {C info method exists "bar"} 1 + ? {C info method exists [C info method registrationhandle "bar"]} 1 ? {C info method parameters [C info method registrationhandle "bar"]} "" + + ? {C info method exists "bar b"} 1 + ? {C info method exists [C info method registrationhandle "bar b"]} 1 ? {C info method parameters [C info method registrationhandle "bar b"]} "x:int y:upper" + ? {C info method parameters [C info method registrationhandle "bar baz y"]} "x:int y:upper" #