mirror of
https://github.com/kovidgoyal/kitty.git
synced 2026-09-01 06:41:30 +00:00
Cleanup previous PR
This commit is contained in:
parent
d97850274f
commit
83160c10c4
2 changed files with 11 additions and 10 deletions
|
|
@ -66,6 +66,7 @@ class TestDataTypes(BaseTest):
|
|||
def c(spec, r=0, g=0, b=0, a=0):
|
||||
c = to_color(spec)
|
||||
self.ae(Color(r, g, b, a), c, spec)
|
||||
self.ae(Color(r, green=g, alpha=a, blue=b), c, spec)
|
||||
|
||||
c('#eee # comment', 0xee, 0xee, 0xee)
|
||||
c('#234567', 0x23, 0x45, 0x67)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue