tedious / JShrink

Javascript Minifier built in PHP
http://www.tedivm.com
BSD 3-Clause "New" or "Revised" License
751 stars 152 forks source link

Fix regex, Update Minifier.php #106

Closed dzandrey closed 1 year ago

dzandrey commented 2 years ago

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 commented 1 year ago

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!