Commit Graph

3 Commits

Author SHA1 Message Date
d967500c92 Fix parser tests for color changes 2012-11-20 05:54:53 -05:00
1a213679bd symboliccolor: Change the print output
Functions should not have a space before the opening parenthesis. So
change output like
  alpha (@color, 0.5)
to
  alpha(@color, 0.5)
and do the same for "shade" and "mix".

Tests have been updated accordingly.
2012-11-08 23:34:06 +01:00
8f240275fd tests: Add a parsing test for shadows 2012-04-17 08:59:17 +02:00