[stringtemplate-interest] [ST4 Beta-2] Bad separator used when adding spaces between '=' and string literal
Udo Borkowski
ub at abego-software.de
Wed Jan 26 05:07:11 PST 2011
I assume this is a bug.
Let list be a list with "A", "B", "C".
Then
---------------
<list:{x|<x>};separator=" AND ">
---------------
will produce the expected result:
--------------
A AND B AND C
--------------
However, adding a space before the string literal " AND ":
---------------
<list:{x|<x>};separator= " AND ">
---------------
will produce this unexpected result:
---------------
A" AND B" AND C
---------------
Adding more space will make it worse.
Udo
More information about the stringtemplate-interest
mailing list