summaryrefslogtreecommitdiff
path: root/test/files/run/macro-rangepos-args
Commit message (Collapse)AuthorAgeFilesLines
* macro args now correctly preserve range positionsEugene Burmako2014-05-232-0/+14
Somewhen in the 2.11.0 development cycle we started duplicating macro arguments for increased robustness. What wasn't taken into account though is that Tree.duplicate destroys range positions. This commit fixes the problem. 2.10.x is unaffected by this bug, because it doesn't duplicate the args yet.