Hello Niels,
>doit(..., '-report-path', "${path}_report.html");
>doit(..., '-report-path', "${path}_report.xml");
>
>But AFAICT your version is equally correct and we are just debating code
>style at the moment. :)



interesting, for some reasons with single quote, vim wasn't highlighting
the ${path} variable, while with double quoting it was.
Since I can't believe there is a language were single and double quoting have 
different
meanings (and it case they have, how can I be sure that double quoting is 
correct?),
I went for the concatenate-string-google way of doing things :)

I was wondering about a vim highlight bug, this is why I preferred to avoid 
playing with
quotes (it took three attempts for me to have something that was "working" :) )

thanks!

G.

Reply via email to