rgrove / jsmin-php

:skull: PHP port of Douglas Crockford's JSMin JavaScript minifier. No longer maintained.
423 stars 128 forks source link

Minifier should preverse special chars within strings #16

Open danyaPostfactum opened 12 years ago

danyaPostfactum commented 12 years ago

Script source, containing var s = " " (real tab) , is broken by jsmin.php, wich replaces all chars below SPACE by space char.

JSMin should preverse all chars within srings.