add test for WebGUI::Macro::transform
This commit is contained in:
parent
d3893aec75
commit
1fd17ef320
2 changed files with 30 additions and 4 deletions
|
|
@ -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,
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue