Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e996f8 commit 1da5de9Copy full SHA for 1da5de9
IPython/core/tests/test_prompts.py
@@ -116,7 +116,7 @@ def test_invisible_chars(self):
116
self.assertEqual(_invisible_characters('\001\033]133;A\a\002'), 10)
117
118
def test_width(self):
119
- default_in = '\x01\x1b]133;A\x07\x02In [\\#]: \x01\x1b]133;B\x07\x02'
+ default_in = '\x01\x1b]133;A\x07\x02In [1]: \x01\x1b]133;B\x07\x02'
120
self.pm.in_template = default_in
121
self.pm.render('in')
122
self.assertEqual(self.pm.width, 8)
0 commit comments