mirror of
https://github.com/dannyvankooten/AltoRouter.git
synced 2025-07-31 13:40:16 +02:00
fix tests by treating . as part separator (Thank you @joegreen88, closing #26)
This commit is contained in:
@@ -197,7 +197,7 @@ class AltoRouter {
|
||||
'h' => '[0-9A-Fa-f]++',
|
||||
'*' => '.+?',
|
||||
'**' => '.++',
|
||||
'' => '[^/]++'
|
||||
'' => '[^/\.]++'
|
||||
);
|
||||
|
||||
foreach ($matches as $match) {
|
||||
|
Reference in New Issue
Block a user