You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* second item in tuple is no longer truncated at first colon
#59623
* added testcase for maybe_convert_css_to_tuples
#59623
* maybe_convert_css_to_tuples() raises on strings without ":"
* fixed implicit str concatination
* Fixed raise on empty string
* Update test_style.py
* attr:; -> ("attr","")
Same behavior as before patch
* add test for "attr:;", ie empty value
* str concatenation in the test broke mypy
* revert explicit str concat
* Invalidarg patch black (#1)
* black test_style
* Update style_render.py
---------
Co-authored-by: Matthew Roeschke <10647082+mroeschke@users.noreply.github.com>
0 commit comments