fix cleanup rule on match protocol

This commit is contained in:
ghost 2024-02-04 19:58:12 +02:00
parent 80f77ea701
commit 19af7bb299

View File

@ -34,7 +34,7 @@ class Reader
'/\*\*/' => '',
'/\'\'/' => '',
'/\%\%/' => '',
'/\/\//' => '',
'/(?<!:)\/\//' => '',
// Remove extra spaces
'/(\s)\s+/' => '$1',