Hello, Fixed in : - https://bz.apache.org/bugzilla/show_bug.cgi?id=60221
Regards On Fri, Oct 7, 2016 at 1:04 PM, Andrey Pokhilko <[email protected]> wrote: > +1 > > Andrey Pokhilko > > On 10/07/2016 12:13 PM, Philippe Mouawad wrote: > > Hello, > > A common error made by newbies and other is to insert in variables names > > spaces before varname, which leads to errors later when they use var name > > without space. > > > > For example: > > variables=name, firstname > > > > Requires to use ${ firstname} which is kind of weird. > > > > I propose to make a trim on variables when parsing. > > > > Ok for you ? > > Thanks > > Regards > > > > -- Cordialement. Philippe Mouawad.
