Details
Description
I need to have a macro that returns a string with no newlines or
leading/trailing spaces. The problem I found was that something like:
#macro( test2 $n)
#if($n<5)small#elselarge#end
#end
does not recognize the #else token. It produces the string "small#elselarge"
or ""