summaryrefslogtreecommitdiff
path: root/scss/tests
Commit message (Expand)AuthorAgeFilesLines
* Map literals in Parsley, and a few other minor fixes.parsleyEevee (Alex Munroe)2013-08-231-2/+1
* Make variables in url() work. Greatly simplify #{} parsing.Eevee (Alex Munroe)2013-08-231-1/+1
* Port the grammar to Parsley. Working, but unfinished.Eevee (Alex Munroe)2013-08-231-0/+6
* Gradient cleanup, now with tests! Also unbreaks radial-gradient.Eevee (Alex Munroe)2013-08-214-2/+199
* Numbers with incompatible units should still compare as unequal.Eevee (Alex Munroe)2013-08-211-0/+16
* Fix linear-gradient, yet again.Eevee (Alex Munroe)2013-08-211-2/+3
* Numbers can always compare to unitless numbers. Expand Number tests.Eevee (Alex Munroe)2013-08-211-2/+25
* Tidy up @include implementation; don't let args overwrite globals.Eevee (Alex Munroe)2013-08-202-0/+19
* Fix test output for kronuz/mul-em.Eevee (Alex Munroe)2013-08-201-1/+1
* Fix wrapping/indentation on extend test output.Eevee (Alex Munroe)2013-08-192-7/+4
* Add e, pow, log, and sqrt functions from Compass.Eevee (Alex Munroe)2013-08-191-1/+20
* Split type-system tests into their own file, and rewrite without the parser.Eevee (Alex Munroe)2013-08-192-90/+113
* Added menu example, missing files and sample generated css (which nonetheless...German M. Bravo2013-08-198-17/+558
* Added more tests we need to get passedGerman M. Bravo2013-08-1822-0/+1281
* Add static root path to testsGerman M. Bravo2013-08-181-2/+3
* Function declarations need parentheses at the start and at the end in Ruby as...German M. Bravo2013-08-182-11/+0
* Added test (from fancy buttons scss framework)German M. Bravo2013-08-172-0/+11
* Using css built-in functions vs. css & scss functions vs. non-existent functionsGerman M. Bravo2013-08-171-0/+11
* Functions and mixins can use other variables from the call (funcitons code re...German M. Bravo2013-08-172-0/+16
* Test fixed & PEP8German M. Bravo2013-08-171-3/+10
* Fix (and test) nest() to not build lists of Python strings.Eevee (Alex Munroe)2013-08-161-1/+7
* Removed legacy StringValue, ColorValue, *Value classesGerman M. Bravo2013-08-163-44/+91
* Restore support for properties without colons.Eevee (Alex Munroe)2013-08-161-2/+2
* Fix indentation in this old doctest.Eevee (Alex Munroe)2013-08-161-3/+3
* Rename test files to ditch the useless numeric prefixes.Eevee (Alex Munroe)2013-08-1668-15/+0
* Make `pyscss -t` run the py.test suite.Eevee (Alex Munroe)2013-08-161-1277/+0
* Fudge background-noise test into passing.Eevee (Alex Munroe)2013-08-161-1/+1
* Test for trailing comma in an argspec.Eevee (Alex Munroe)2013-08-162-0/+10
* Make py.test have reasonable default behavior.Eevee (Alex Munroe)2013-08-164-15/+57
* Merge branch 'experimental-maps'Eevee (Alex Munroe)2013-08-169-0/+93
|\
| * Another test for destructing @each.experimental-mapsEevee (Alex Munroe)2013-08-152-0/+24
| * Support destructuring @each.Eevee (Alex Munroe)2013-08-154-0/+34
| * Experimental first crack at maps support.Eevee (Alex Munroe)2013-08-153-0/+35
* | Interpolation test passes!Eevee (Alex Munroe)2013-08-162-4/+5
* | Sass documentation tests pass.Eevee (Alex Munroe)2013-08-161-8/+12
* | Add some non-tests for "extra" functions.Eevee (Alex Munroe)2013-08-161-0/+31
|/
* Make py.test parametrization show friendlier test names.Eevee (Alex Munroe)2013-08-141-2/+3
* Treat !important as a bareword.Eevee (Alex Munroe)2013-08-141-1/+8
* Cancel convertable units in the Number constructor. #180Eevee (Alex Munroe)2013-08-133-3/+5
* Force variable assignment to always perform division.Eevee (Alex Munroe)2013-08-132-0/+8
* Unbreak parsing of argument-less functions.Eevee (Alex Munroe)2013-08-132-0/+10
* Fix unquote() to work on lists.Eevee (Alex Munroe)2013-08-131-5/+15
* Fix test_expression to use real types. Minor type fixes.Eevee (Alex Munroe)2013-08-131-53/+54
* Simplified ColorValue considerably.Eevee (Alex Munroe)2013-08-0914-20/+20
* Fix the Compass headings() function.Eevee (Alex Munroe)2013-08-081-1/+6
* Clean up ListValue, rename to List.Eevee (Alex Munroe)2013-08-081-3/+0
* Quick test for nested scopes.Eevee (Alex Munroe)2013-08-012-0/+19
* enumerate() should never return quoted strings.Eevee (Alex Munroe)2013-08-011-0/+1
* Remove old unit stuff.Eevee (Alex Munroe)2013-07-311-1/+0
* Rewrite NumberValue to handle arbitrary unit combinations.Eevee (Alex Munroe)2013-07-318-19/+23