summaryrefslogtreecommitdiff
path: root/scss/tests
Commit message (Expand)AuthorAgeFilesLines
* Fix parsing of `@if(...)`, where there's no literal space.Eevee (Alex Munroe)2014-12-102-0/+10
* Add test cases for modulo expression.Wang Xuerui2014-11-011-0/+5
* Allow arbitrary expressions as map keys, beyond the first key. Fixes #306.Eevee (Alex Munroe)2014-10-172-0/+25
* Un-xfail the IE alpha() test.Eevee (Alex Munroe)2014-10-171-6/+6
* Fix core tests to check for commas; fix join's auto behavior. Fixes #307.Eevee (Alex Munroe)2014-10-171-69/+72
* scss.tests.functions -> scss.tests.extensionEevee (Alex Munroe)2014-10-175-0/+0
* Remove a unicode literal, for 3.2's sake.Eevee (Alex Munroe)2014-10-171-1/+2
* Better handle running the tests without PIL installed.Eevee (Alex Munroe)2014-10-173-0/+23
* Consistency in css keys for font and sprite testsGerman M. Bravo2014-09-192-6/+6
* Updated test: url() is printed without quotesGerman M. Bravo2014-09-191-5/+5
* Updated test (about glyph-code returning a unicode)German M. Bravo2014-09-192-3/+3
* Added file encoding for test_expression.pyGerman M. Bravo2014-09-191-0/+1
* Added .placeholder for font assetsGerman M. Bravo2014-09-191-0/+0
* Forgot to add this @extend test.Eevee (Alex Munroe)2014-09-182-0/+9
* scss.expression -> scss.calculatorEevee (Alex Munroe)2014-09-055-5/+5
* Don't quote the contents of the IE alpha() function.Eevee (Alex Munroe)2014-09-051-0/+1
* Fix an oversight in the spec-compliant unescape().Eevee (Alex Munroe)2014-09-051-2/+5
* Better approach to registering Compass functions.Eevee (Alex Munroe)2014-09-043-9/+6
* Give up on matching Ruby's quoting behavior for now.Eevee (Alex Munroe)2014-09-042-2/+4
* Update sprite-map test.Eevee (Alex Munroe)2014-09-041-1/+1
* Unfix this test, alas.Eevee (Alex Munroe)2014-09-041-1/+2
* Lots of fixes to gritty details of how Sass treats url().Eevee (Alex Munroe)2014-09-041-10/+76
* Preserve the order of slurpy kwargs. Fix a heisentest.Eevee (Alex Munroe)2014-08-311-1/+6
* Support CSS calc().Eevee (Alex Munroe)2014-08-293-1/+7
* Couple more test fixes...Eevee (Alex Munroe)2014-08-292-3/+2
* Urgh fix this test another way.Eevee (Alex Munroe)2014-08-291-1/+1
* Fix a couple bogus tests.Eevee (Alex Munroe)2014-08-293-5/+6
* Several vast improvements to string parsing.Eevee (Alex Munroe)2014-08-292-0/+25
* Add some helpers for doing simple compilations.Eevee (Alex Munroe)2014-08-283-1/+9
* Fix this ancient xCSS-style test, and add some warnings.Eevee (Alex Munroe)2014-08-271-2/+2
* Move Compass to an extension.Eevee (Alex Munroe)2014-08-273-28/+21
* Convert extra and fonts into extensions.Eevee (Alex Munroe)2014-08-273-7/+4
* Introduce an Extension class, finally. Making a stab at #130.Eevee (Alex Munroe)2014-08-272-8/+5
* Partial support for slurpy named arguments.Eevee (Alex Munroe)2014-08-262-0/+17
* Make a best-effort to patch up some gradient stuff. Fixes #277, #292.Eevee (Alex Munroe)2014-08-262-2/+38
* Revamp py.test's handling of test files.Eevee (Alex Munroe)2014-08-262-131/+0
* Win32 / Py3 compatThomas Khyn2014-08-251-1/+1
* Replaced codecs import by io for python 2Thomas Khyn2014-08-251-1/+1
* Merge remote-tracking branch 'Kronuz/master' into compat_winThomas Khyn2014-08-257-14/+68
|\
| * Fix a couple oopses on Python 3.Eevee (Alex Munroe)2014-08-241-6/+9
| * Merge pull request #294 from smarkets/speedups-unicode-bugEevee2014-08-241-0/+1
| |\
| | * Modify tests to show Unicode handling regressionJakub Stasiak2014-08-151-0/+1
| * | Remove magical selector reordering with @extend. Fixes #269.Eevee (Alex Munroe)2014-08-244-8/+32
| * | for...to excludes the upper bound. Fixes #275.Eevee (Alex Munroe)2014-08-242-0/+26
| |/
* | Merge remote-tracking branch 'Kronuz/master' into compat_winThomas Khyn2014-08-042-3/+3
|\ \ | |/
| * Compare expected (unicode) with actual (also unicode)German M. Bravo2014-07-231-2/+2
| * Fonts glyph codes are now just plain hex numbersGerman M. Bravo2014-07-231-1/+1
* | Merge with changes from Kronuz repoThomas Khyn2014-07-144-2/+35
|\ \ | |/
| * Convert empty list rendering test to a regular test; trying to get rid of xfail.Eevee (Alex Munroe)2014-07-123-6/+7
| * Skip font tests when fontforge is unavailable.Eevee (Alex Munroe)2014-07-121-1/+8