There was an error while loading. Please reload this page.
1 parent d88732f commit 995f364Copy full SHA for 995f364
1 file changed
Lib/test/test_pyrepl/test_utils.py
@@ -50,6 +50,9 @@ def test_wlen(self):
50
def test_wlen_with_osc_sequence(self):
51
self.assertEqual(wlen("\x1b]633;A\x07>>> "), 4)
52
53
+ def test_wlen_with_unterminated_osc_sequence(self):
54
+ self.assertEqual(wlen("\x1b]633;A"), 7)
55
+
56
def test_prev_next_window(self):
57
def gen_normal():
58
yield 1
0 commit comments