Index: tests/cget.test =================================================================== diff -u -r23b10a2c736cf33731b0d7b0381314ddec44f2d6 -ra093703e9836fc152fcbbce96d4f880ace6a6170 --- tests/cget.test (.../cget.test) (revision 23b10a2c736cf33731b0d7b0381314ddec44f2d6) +++ tests/cget.test (.../cget.test) (revision a093703e9836fc152fcbbce96d4f880ace6a6170) @@ -55,7 +55,7 @@ # ? {p1 configure} "" - ? {p1 info lookup configure syntax} {?-sex /value/? -famnam /value/ ?-age /integer/? ?-friends /value .../? ?-object-mixin /mixinreg .../? ?-class /class/? ?-object-filter /filterreg .../? ?/__initblock/?} + ? {p1 info lookup syntax configure} {?-sex /value/? -famnam /value/ ?-age /integer/? ?-friends /value .../? ?-object-mixin /mixinreg .../? ?-class /class/? ?-object-filter /filterreg .../? ?/__initblock/?} } # @@ -97,7 +97,7 @@ # ? {p1 configure} "" - ? {p1 info lookup configure syntax} {?-bar1 /value/? ?-bar2 /value/? ?-object-mixin /mixinreg .../? ?-class /class/? ?-object-filter /filterreg .../? ?/__initblock/?} + ? {p1 info lookup syntax configure} {?-bar1 /value/? ?-bar2 /value/? ?-object-mixin /mixinreg .../? ?-class /class/? ?-object-filter /filterreg .../? ?/__initblock/?} # @@ -141,7 +141,7 @@ # # class-level lookup # - ? {C info lookup configure syntax} \ + ? {C info lookup syntax configure} \ "?-superclass /class .../? ?-mixin /mixinreg .../? ?-filter /filterreg .../? ?-volatile? ?-object-mixin /mixinreg .../? ?-class /class/? ?-object-filter /filterreg .../? ?/__initblock/?" ? {C cget -superclass} "::nx::Object" ? {C cget -object-mixin} "" @@ -154,7 +154,7 @@ # # object-level lookup # - ? {c1 info lookup configure syntax} \ + ? {c1 info lookup syntax configure} \ "?-foo /value/? ?-bar /value/? ?-volatile? ?-object-mixin /mixinreg .../? ?-class /class/? ?-object-filter /filterreg .../? ?/__initblock/?" #