Macro bug
"Nikhil G. Daddikar" <[email protected]> Fri, 22 Jul 2005 19:50:43 +0530
| Newsgroups | gmane.comp.java.webmacro.user |
|---|---|
| Organization | Celoxis Technologies Pvt. Ltd. |
| Message-ID | <[email protected]> |
Macros with names starting with end e.g. end_table are not interpreted.
This is a bug. Can someone please fix it. For example, if "xend" is
replaced with "end" below it won't work.
#macro xend_x($x)
{
end $x
}
#xend_x("hi")
Thanks.