Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-10-25 | Add a unit test for issue-126 | Mark Jaquith | |
Add a unit test to test to test for aggressive parenthesis removal that causes functional changes. | |||
2013-09-19 | Concatenate strings also on the right-hand side of an expression that cannot ↵ | Dan Wolff | |
be evaluated. Fix #126 E.g. converts: a+'Hello'+'World' to a+'HelloWorld' |