Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
2.7
-
None
-
None
Description
The expression 'abc' + 'd' gets evaluated into abc'd' instead of abcd.
If i test with 'abc' + 'de' the result is the correct abcde.