mirror of
https://github.com/catchorg/Catch2.git
synced 2025-07-31 20:44:36 +02:00

b77cec05c0
fixed this problem for tagging tests, so that a test
case tagged with `[.foo]` would be parsed as tagged with `[.][foo]`.
This does the same for the test spec parsing.
Fixes #1798