mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
Test: Wrong color name
This commit is contained in:
parent
c8287ba752
commit
26f218a1e4
1 changed files with 1 additions and 1 deletions
|
@ -70,7 +70,7 @@ class TestColorCommand(TestCase):
|
|||
code, out, err = self.t("colors rc._forcecolor:on legend")
|
||||
if 'CYGWIN' in platform.system() or 'FreeBSD' in platform.system():
|
||||
# 16-color
|
||||
self.assertRegexpMatches(out, "color.debug\s+.\[0m\s.\[34mcolor4\s+.\[0m")
|
||||
self.assertRegexpMatches(out, "color.debug\s+.\[0m\s.\[34mblue\s+.\[0m")
|
||||
else:
|
||||
# 256-color
|
||||
self.assertRegexpMatches(out, "color.debug\s+.\[0m\s.\[38;5;4mcolor4\s+.\[0m")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue