]> Pileus Git - ~andy/gtk/commit
symboliccolor: Change the print output
authorBenjamin Otte <otte@redhat.com>
Thu, 8 Nov 2012 15:17:00 +0000 (16:17 +0100)
committerBenjamin Otte <otte@redhat.com>
Thu, 8 Nov 2012 22:34:06 +0000 (23:34 +0100)
commit1a213679bd5265e8bd9165314a78fc9a9409241c
tree6c0e295c712a80c9490908801437af93cb2aec28
parente063a0fdf13a09ca44588862d6b0b4f04232759f
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.
gtk/gtksymboliccolor.c
tests/css/parser/at-valid-10.ref.css
tests/css/parser/at-valid-11.ref.css
tests/css/parser/at-valid-12.ref.css
tests/css/parser/at-valid-13.ref.css
tests/css/parser/at-valid-14.ref.css
tests/css/parser/at-valid-16.ref.css
tests/css/parser/background-shorthand.ref.css
tests/css/parser/currentcolor-everywhere.css
tests/css/parser/declarations-valid-09.ref.css
tests/css/parser/shadow.ref.css