Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix regex, Update Minifier.php #106

Closed
wants to merge 1 commit into from
Closed

Fix regex, Update Minifier.php #106

wants to merge 1 commit into from

Conversation

dzandrey
Copy link

@dzandrey dzandrey commented May 4, 2022

Fix regex line:
example line - {"use strict";t.exports=function(t){return/^([a-z][a-z\d+-.]:)?///i.test(t)}}
after processing, the code was not cut correctly
{"use strict";t.exports=function(t){return/^([a-z][a-z\d+-.]
:)?/\

@tedivm
Copy link
Member

tedivm commented Mar 4, 2023

This project has recently upgraded its test suite to work with Github Actions and PHPUnit 10. If you are still interested in this PR please rebase and open a new PR. Thanks!

@tedivm tedivm closed this Mar 4, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants