We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cbad1c8 commit 4247cb7Copy full SHA for 4247cb7
tests/test_tinycss2.py
@@ -190,15 +190,13 @@ def test_color_currentcolor_5():
190
def test_color_function_4(input):
191
if not (color := parse_color4(input)):
192
return None
193
- (*coordinates, alpha) = color
194
return _build_color(color)
195
196
197
@json_test(filename='color_function_4.json')
198
def test_color_function_4_with_5(input):
199
if not (color := parse_color5(input)):
200
201
202
203
204
0 commit comments