summaryrefslogtreecommitdiff
path: root/test cases/common/243 escape++/test.c
AgeCommit message (Collapse)Author
2021-08-04Escape path in exclude filter passed to gcovrAlois Wohlschlager
Gcovr interprets exclude filters, as passed to the -e option, as regexes. Since we want to exclude a raw path, the argument must be escaped.