mirror of
https://github.com/zulip/zulip.git
synced 2025-11-07 07:23:22 +00:00
New path() function changed the way a regex pattern is created from urls - it adds escape backslashes, so for testing purposes we need to take care of them and remove them, to check if urls were tested. Additionaly, regex patterns from urls can have [^/]+ instead of [^/]*, so we need to take care of it too.
23 KiB
23 KiB