aboutsummaryrefslogtreecommitdiffstats
path: root/tests/phpunit/includes/libs/JavaScriptMinifierTest.php
Commit message (Expand)AuthorAgeFilesLines
* Followup r103865 and r103915Brion Vibber2011-11-221-4/+7
* Final fixup to r103910 and follow-ups.Platonides2011-11-221-1/+1
* Two decimal points may be valid, as 5..toString() == (5.).toString()Platonides2011-11-221-0/+7
* Follow-up r103915: We need to increment $end before the strcspn.Platonides2011-11-221-1/+1
* Add PHPUnit tests for the minification failure case in bug 32548.Brion Vibber2011-11-211-0/+36
* * (bug 31187) Fix for user JavaScript validation to allow identifiers with va...Brion Vibber2011-09-271-0/+6
* Followup r83885: add JSMin+ 1.3 to use its parser to verify output of JavaScr...Brion Vibber2011-07-061-8/+21
* Followup r83891: don't insert a newline before ++ or -- . Patch by Paul Coppe...Roan Kattouw2011-03-141-0/+3
* Per Nikerabbit, add some minifier tests for historic failure cases that I had...Roan Kattouw2011-03-141-1/+14
* (bug 27528) Incorporate Paul Copperman's minifierRoan Kattouw2011-03-141-0/+70