mezzio / mezzio-fastroute

FastRoute integration for Mezzio
https://docs.mezzio.dev/mezzio/features/router/fast-route/
BSD 3-Clause "New" or "Revised" License
16 stars 11 forks source link

Add more regex test example #18

Open thestanislav opened 2 years ago

thestanislav commented 2 years ago

Description

Added a test that fails to match despite the regex is matching the requested uri https://regex101.com/r/j6SilR/1

The problem is on urldecoding the path before regex and i seems to be a global problem with special chars