Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Ooops...forgot to commit test cases for #897. | LarsDW223 | 2014-10-15 |
| | |||
* | Corrected compression for ++ and -- operator. Partially fixes #897. | LarsDW223 | 2014-10-14 |
| | |||
* | don't treat double slashes as comments when used in string | Andreas Gohr | 2014-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 fe5a50 | Andreas Gohr | 2014-05-13 |
| | | | | | That commit did not test what it actually made for. Handling protocol relative URLs in CSS. | ||
* | fix single line comments in CSS compression | Andreas Gohr | 2014-03-05 |
| | | | | double slashes in url() always have to be ignored | ||
* | added (failing) test case for broken jquery ui compression | Andreas Gohr | 2014-03-05 |
| | |||
* | ensure css loadfile test doesn't try to create a directory (and fail) if the ↵ | Christopher Smith | 2013-11-17 |
| | | | | directory already exists | ||
* | Test to ensure less can parse the @import rewritten by css_loadfile() | Christopher Smith | 2013-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 file | Christopher Smith | 2013-11-05 |
| | |||
* | Improve css_loadfile() tests | Christopher Smith | 2013-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#2509 | Andreas Gohr | 2013-10-15 |
| | |||
* | Updated tests, removed hash | Klap-in | 2013-08-01 |
| | |||
* | update hashes in tests | Klap-in | 2013-06-09 |
| | |||
* | fix some minor typos in fetch_imagetoken.test.php | Klap-in | 2013-05-21 |
| | |||
* | tests for fetch.php of external files | Klap-in | 2013-05-21 |
| | |||
* | add some dependency checks with test skips to fetch tests and tests which ↵ | Christopher Smith | 2013-03-22 |
| | | | | use TestResponse::headers | ||
* | add test for fetch using image tokens | Christopher Smith | 2013-03-22 |
| | |||
* | do not recompress already minified js FS#2574 | Andreas Gohr | 2012-08-06 |
| | |||
* | Made multiline test cases work on windows too | Hakan Sandell | 2012-07-01 |
| | |||
* | Correctly handle multiline strings in JS compressor | Andreas Gohr | 2012-05-04 |
| | | | | | | See http://stackoverflow.com/questions/805107/how-to-create-multiline-strings for info on them. | ||
* | removed unecessary requiresin unit tests | Andreas Gohr | 2012-05-01 |
| | |||
* | moved _testing to _test | Tobias Sarnowski | 2012-04-18 |