Skip to content

Commit

Permalink
Merge branch 'boldfacedTextOutputYellow' of https://github.com/jsbaut…
Browse files Browse the repository at this point in the history
…ista/qtconsole into boldfacedTextOutputYellow
  • Loading branch information
jsbautista committed Jul 8, 2024
2 parents 6f932b0 + 8e94756 commit aca7477
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qtconsole/tests/test_ansi_code_processor.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ def test_colors(self):

else:
self.fail('Too many substrings.')
self.assertEqual(i, 2, 'Too few substrings.')
self.assertEqual(i, 3, 'Too few substrings.')

def test_colors_xterm(self):
""" Do xterm-specific control sequences for colors work?
Expand Down

0 comments on commit aca7477

Please sign in to comment.