-
Issue 571: Allow support for negative regex filtering (#576) · ed1bac84Tim Bradgate authored
* Allow support for negative regex filtering This patch allows one to apply a negation to the entire regex filter by appending it with a '-' character, much in the same style as GoogleTest uses. * Address issues in PR * Add unit tests for negative filtering
ed1bac84
×