mirror of
https://github.com/dylanaraps/pywal.git
synced 2025-01-05 21:48:55 +01:00
export: Add wallpaper to export files,
This commit is contained in:
parent
b5806287d3
commit
c38c89ece1
@ -15,7 +15,7 @@ class Testsequences(unittest.TestCase):
|
||||
def test_set_special(self):
|
||||
"""> Create special escape sequence."""
|
||||
result = sequences.set_special(11, COLORS["special"]["background"])
|
||||
self.assertEqual(result, "\x1b]11;#1F211E\x07")
|
||||
self.assertEqual(result, "\033]11;#1F211E\007")
|
||||
|
||||
def test_set_color(self):
|
||||
"""> Create color escape sequence."""
|
||||
|
Loading…
Reference in New Issue
Block a user