This release fixes a bug that would sometimes occur in atoum tests where a variable was used within the same parenthesis-wrapped expression (eg: the arguments of a function call), but after a comma. For example,
doSomething($foo = 1, getSomething($foo))
See #13 for details.