summaryrefslogtreecommitdiff
path: root/test/files/run/t6089.check
Commit message (Collapse)AuthorAgeFilesLines
* SI-6089 better tail position analysis for matchesAdriaan Moors2012-07-181-0/+1
we mistakenly went into apply nodes to look for matchEnd-labeldefs in tail positions -- only apply nodes that jump to labels in tailpos should be traversed (this arises for nested matches)