Index: tests/info-method.test =================================================================== diff -u -N -r0b1ac7f47948c36c4e03fc3d6dbce0a04d9418d4 -r183cd0a9a3d2a37133ac51bb86952e1b522dbf6f --- tests/info-method.test (.../info-method.test) (revision 0b1ac7f47948c36c4e03fc3d6dbce0a04d9418d4) +++ tests/info-method.test (.../info-method.test) (revision 183cd0a9a3d2a37133ac51bb86952e1b522dbf6f) @@ -109,9 +109,9 @@ # } ? {C info method parameters m} {x} ? {nx::Class info method parameters method} \ - {name arguments:parameter,0..* -checkalways:switch -returns body} + {-debug:switch -deprecated:switch name arguments:parameter,0..* -checkalways:switch -returns body} ? {nx::Class info method parameters alias} \ - {methodName -returns {-frame default} cmd} + {-debug:switch -deprecated:switch methodName -returns {-frame default} cmd} # raises currently an error ? {catch {C info method parameters a}} 1 @@ -806,7 +806,7 @@ nx::test case parametersyntax { # a true method ? {::nx::Class info method syntax method} \ - "/cls/ method /name/ /arguments/ ?-checkalways? ?-returns /value/? /body/" + "/cls/ method ?-debug? ?-deprecated? /name/ /arguments/ ?-checkalways? ?-returns /value/? /body/" # a forwarder to ::nsf::relation; definition comes via array ::nsf::parametersyntax ? {::nx::Class info method syntax mixins} "/cls/ mixins add /class/|classes ?/pattern/?|clear|delete /class/|get|guard /class/ /?expr?/|set /class .../"