mirror of
https://github.com/Textualize/rich.git
synced 2025-08-04 18:18:22 +00:00
typefixes
This commit is contained in:
parent
ff43bae4eb
commit
5ded30191a
6 changed files with 11 additions and 11 deletions
|
@ -229,4 +229,4 @@ def test_from_meta():
|
|||
|
||||
def test_on():
|
||||
style = Style.on({"foo": "bar"}, click="CLICK") + Style(color="red")
|
||||
assert style.meta == {"foo": "bar", "@click": "CLICK"}
|
||||
assert style.meta == {"foo": "bar", "@click": "CLICK"}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue