add test for WebGUI::Macro::transform

This commit is contained in:
Graham Knop 2010-08-27 13:20:30 -05:00
parent d3893aec75
commit 1fd17ef320
2 changed files with 30 additions and 4 deletions

View file

@ -257,7 +257,7 @@ The name of the macro called.
The module name for the macro from the config file.
=item originalText
=item originalString
The full original text of the macro call.
@ -299,7 +299,7 @@ sub _transformMacro {
session => $session,
macro => $macro,
macroPackage => $macroPackage,
originalText => $original,
originalString => $original,
parameters => $params,
parameterString => $paramString,
});