Skip to content
Snippets Groups Projects
Commit 97ffc68f71d3 authored by Brodie Rao's avatar Brodie Rao
Browse files

tests: add glob matching for unified tests

This adds a " (glob)" marker that works like a simpler version of
(re): "*" is converted to ".*", and "?" is converted to ".".

Both special characters can be escaped using "\", and the backslash
itself can be escaped as well.

Other glob-style syntax, like "**", "[chars]", or "[!chars]", isn't
supported.
parent 02990e22150b
No related branches found
No related tags found
No related merge requests found
Showing
with 100 additions and 79 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment