Better support for variables evaluation in arguments
----------------------------------------------------
Key: FELIX-1304
URL: https://issues.apache.org/jira/browse/FELIX-1304
Project: Felix
Issue Type: Improvement
Components: Gogo
Reporter: Guillaume Nodet
Currently, gogo will split arguments each time a ${xx} or <x> is encountered.
Also, there's no support for evaluation of variables inside quotes.
The goal would be to support things like:
a = 1; b = 2; echo $a$b
which would evaluate as "12" instead of "1 2"
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.