summaryrefslogtreecommitdiffstats
path: root/theme-compiler/tests
Commit message (Expand)AuthorAgeFilesLines
* #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
|/
* Move SASS tests that now work to correct directoryHenri Sara2012-12-094-0/+0
* Accept anything as pseudo function parameters (#10316)Henri Sara2012-12-072-0/+33
* Support @if in @mixin (#10438)Henri Sara2012-11-302-0/+12
* Eliminate ambiguity between pseudos and properties (#10406)Henri Sara2012-11-292-0/+25
* Support for all valid CSS selectors (#10316)Henri Sara2012-11-272-0/+126
* Merge "Move some SCSS tests to be scanned automatically"Marc Englund2012-11-2713-110/+48
|\
| * Move some SCSS tests to be scanned automaticallyHenri Sara2012-11-2713-110/+48
* | Merge "Keep block order when unnesting (#10309)"Marc Englund2012-11-273-1/+23
|\ \ | |/ |/|
| * Keep block order when unnesting (#10309)Henri Sara2012-11-263-1/+23
* | Refactor tests imported from the sass-lang project (#9751)Henri Sara2012-11-26659-0/+48
* | Imported tests from the sass-lang project (#9751)Henri Sara2012-11-26846-0/+9777
|/
* Make most of the sass compiler API internal, fixes #10339Marc Englund2012-11-2316-79/+84
* Warns and removes if parent reference '&' is used w/o parent, fixes #10327Marc Englund2012-11-222-0/+8