Description
See this comment :
#macro(testmacro $parameter)
$parameter
#end
#testmacro($return)
which used to print "$return" (when $return is null or undefined) and we now get "$parameter".
See this comment :
#macro(testmacro $parameter)
$parameter
#end
#testmacro($return)
which used to print "$return" (when $return is null or undefined) and we now get "$parameter".