tools: Enable color in shellcheck.
This commit is contained in:
parent
4a1e109f07
commit
975737d71d
4 changed files with 8 additions and 3 deletions
|
|
@ -144,6 +144,10 @@ class TermStrTests(unittest.TestCase):
|
|||
eris.terminal.ESC + "[mbar"),
|
||||
termstr.TermStr("foo").bg_color(5) +
|
||||
termstr.TermStr("bar"))
|
||||
self.assertEqual(TermStr.from_term(eris.terminal.ESC + "[45mfoo" +
|
||||
eris.terminal.ESC + "[0mbar"),
|
||||
termstr.TermStr("foo").bg_color(5) +
|
||||
termstr.TermStr("bar"))
|
||||
|
||||
|
||||
if __name__ == "__main__":
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue