summaryrefslogtreecommitdiffstats
path: root/testsuite/semko/doubleglob.stp
Commit message (Collapse)AuthorAgeFilesLines
* PR11399: Allow '**' to match tapsets across '.'Josh Stone2010-03-251-0/+3
Normally wildcards are constrained to matching a single probe point component between the '.' separator. This patch enables '**' to match across the separator. Probe point parameters are still absolute separators though, as there's not really a meaningful semantic we could use to cross them with '**'. * elaborate.cxx (isdoubleglob): Check for '**'. (match_node::find_and_build): Recurse '**' to cross separators. * testsuite/semok/doubleglob.stp: New test of broad wildcards. * testsuite/semko/doubleglob.stp: New negative test.