summaryrefslogtreecommitdiff
path: root/_test/tests/lib
Commit message (Collapse)AuthorAge
* Ooops...forgot to commit test cases for #897.LarsDW2232014-10-15
|
* Corrected compression for ++ and -- operator. Partially fixes #897.LarsDW2232014-10-14
|
* don't treat double slashes as comments when used in stringAndreas Gohr2014-05-14
| | | | | | | This avoids treating double slashes as single line comments in CSS when they are used in a filter or content string. closes #638
* added another test for fe5a50Andreas Gohr2014-05-13
| | | | | That commit did not test what it actually made for. Handling protocol relative URLs in CSS.
* fix single line comments in CSS compressionAndreas Gohr2014-03-05
| | | | double slashes in url() always have to be ignored
* added (failing) test case for broken jquery ui compressionAndreas Gohr2014-03-05
|
* ensure css loadfile test doesn't try to create a directory (and fail) if the ↵Christopher Smith2013-11-17
| | | | directory already exists
* Test to ensure less can parse the @import rewritten by css_loadfile()Christopher Smith2013-11-05
| | | | | | | | | This test is horrible, but I believe necessary to ensure that the @import of less files actually works. It is horrible as its not a unit test and its not a true functional test. It probably implies the code in css_out() should be refactored to make it easier to test intermediate results.
* additional tests where for relative path to @import less fileChristopher Smith2013-11-05
|
* Improve css_loadfile() testsChristopher Smith2013-11-05
| | | | | | | - use TMP_DIR constant rather than /tmp - swap order of parameters in csstest() to match reported 'expected' & 'actual' - add tests for use of 'url()' in @import - add tests for @import of '.less' files (these test will fail per FS#2875)
* Added unit tests for CSS shorthand compression FS#2509Andreas Gohr2013-10-15
|
* Updated tests, removed hashKlap-in2013-08-01
|
* update hashes in testsKlap-in2013-06-09
|
* fix some minor typos in fetch_imagetoken.test.phpKlap-in2013-05-21
|
* tests for fetch.php of external filesKlap-in2013-05-21
|
* add some dependency checks with test skips to fetch tests and tests which ↵Christopher Smith2013-03-22
| | | | use TestResponse::headers
* add test for fetch using image tokensChristopher Smith2013-03-22
|
* do not recompress already minified js FS#2574Andreas Gohr2012-08-06
|
* Made multiline test cases work on windows tooHakan Sandell2012-07-01
|
* Correctly handle multiline strings in JS compressorAndreas Gohr2012-05-04
| | | | | | See http://stackoverflow.com/questions/805107/how-to-create-multiline-strings for info on them.
* removed unecessary requiresin unit testsAndreas Gohr2012-05-01
|
* moved _testing to _testTobias Sarnowski2012-04-18