summaryrefslogtreecommitdiffstats
path: root/theme-compiler/tests
Commit message (Expand)AuthorAgeFilesLines
* Provides error location for ArithmeticException. (#11877)Felype Santiago Ferreira2013-12-101-0/+12
* For @-directives, infer missing semicolon before closing brace (#12792)joheriks2013-11-2862-0/+0
* Move a sass test that no longer fails.Mika Murtojarvi2013-11-272-0/+0
* Move working sass tests from sasslangbroken to sasslang.Mika Murtojarvi2013-11-274-0/+0
* Mixins now accept an empty argument list in parenthesesMika Murtojarvi2013-11-262-0/+43
* Add a test for @mixin { @font-face {...} } (#11649)joheriks2013-11-082-0/+26
* Fixes for sass compiler, handling mixins (#11288).Mika Murtojarvi2013-11-084-0/+32
* Allow @font-face and general @-directives inside @if-blocks (#11649)joheriks2013-11-052-0/+9
* Parser stripped minus of negative numbers with unknown units (#12811)joheriks2013-10-282-0/+6
* Handle numbers in the same way if they do not have a unit (#12732)Artur Signell2013-10-168-0/+88
* Add sub directory support to sass test scanner (#12790)Artur Signell2013-10-1611-21/+41
* Fix whitespace after including a mixin (#12715)Mika Murtojarvi2013-10-142-0/+11
* Added controlDirective to ifContentStatement. Fixes ticket #12105.Juho Nurminen2013-08-282-0/+26
* #11638: Ending an imported SCSS file with a comment causes an error inHaijian Wang2013-07-013-0/+9
* Support nested SASS imports (#11909)Henri Sara2013-05-282-0/+8
* Merge commit 'a52ceb96590333' into 7.1Leif Åstrand2013-05-178-0/+357
|\
| * Fixed IllegalSyntaxException when using spaces in path #11782John Ahlroos2013-05-061-0/+83
| * Merge commit 'feb9a8c3510afc76c079fafcd9e507205bde139c'Artur Signell2013-04-235-3/+42
| |\
| * | Global code reformatLeif Åstrand2013-04-051-1/+1
| * | Merge remote-tracking branch 'origin/7.0'John Ahlroos2013-03-0117-7/+198
| |\ \
| * | | support @content directive for Sass compiler (Ticket #10207)Haijian Wang2013-02-284-0/+74
| * | | support arithmetics in the SCSS compiler (#9354)Haijian Wang2013-02-273-0/+200
* | | | Support non-trivial SASS media selectors (#11455)Henri Sara2013-05-146-0/+32
| |_|/ |/| |
* | | Support "to" in CSS function parameters (#11309)Henri Sara2013-04-185-4/+43
| |/ |/|
* | Make SassLangTestsBroken pass iff the CSS and SCSS do not match.Henri Sara2013-03-011-0/+20
* | Removed super class which caused a JUnit3 runner to be used (#11184)Artur Signell2013-02-281-4/+2
* | Print an error message if the test folder cannot be found (#11184)Artur Signell2013-02-283-3/+14
* | Fixed several problems related to @extend directive (Ticket #10976)Haijian Wang2013-02-2613-0/+162
|/
* Selector now can begin with a combinator. (Ticket #10754)Haijian Wang2013-02-194-0/+18
* more than expected params in mixin throws IOB exception. (Ticket #10988)Haijian Wang2013-02-192-0/+29
* Added back previous removed test due to #9870 to pass test (TicketHaijian Wang2013-02-141-0/+1
* SASS fails to parse CSS expression function. (Ticket #9870)Haijian Wang2013-02-142-0/+6
* Merge "Sass replaces variables based on substring matches. (Tickets #10508, #...Henri Sara2013-02-135-0/+83
|\
| * Sass replaces variables based on substring matches. (Tickets #10508,Haijian Wang2013-02-135-0/+83
* | Paser doesn't know CSS 'lem' and 'rem'. (Ticket #11024)Haijian Wang2013-02-132-0/+10
* | Merge "Referencing multiple params in multiple lines inside mixin (Ticket #10...Henri Sara2013-02-122-0/+14
|\ \ | |/ |/|
| * Referencing multiple params in multiple lines inside mixin (TicketHaijian Wang2013-02-122-0/+14
* | pseudo-class css selector fails the parser. (Ticket 10316)Haijian Wang2013-02-112-0/+16
|/
* Preserve UTF-8 in imported files and output @charset in generated cssHaijian Wang2013-01-093-0/+12
* Supports @keyframes, related to Ticket #10000Haijian Wang2013-01-092-0/+84
* supports contains in @if, related to Ticket #9975Haijian Wang2013-01-082-0/+25
* support interpolation in property name (#9410)Haijian Wang2013-01-042-0/+15
* Updated copyright notices and added missing license headersArtur Signell2013-01-0425-25/+25
* Merge "fix Ticket #10506, remove quotes in url path"Henri Sara2013-01-023-0/+11
|\
| * fix Ticket #10506, remove quotes in url pathHaijian Wang2013-01-023-0/+11
* | Extend support for Microsoft filter expressions in SASS (#10597)Henri Sara2012-12-272-0/+2
|/
* Copy unrecognized @ rules to output as is (#10486)Henri Sara2012-12-192-0/+6
* Merge "Use a custom test runner for SASS tests to get file name in JUnit "Marc Englund2012-12-175-41/+154
|\
| * Use a custom test runner for SASS tests to get file name in JUnit Henri Sara2012-12-145-41/+154
* | Use separate scope for variables within a mixin (#10453)Henri Sara2012-12-144-0/+43
|/