There was an error while loading. Please reload this page.
1 parent 6befa18 commit 006f06fCopy full SHA for 006f06f
1 file changed
Lib/test/test_pyrepl/test_pyrepl.py
@@ -2205,7 +2205,7 @@ def test_python_basic_repl(self):
2205
def test_bracketed_paste_newline_after_end_marker(self):
2206
# A newline arriving in the same read as the closing marker must
2207
# execute the pasted block instead of being inserted as text.
2208
- # See #156186.
+ # See gh-156186.
2209
env = os.environ.copy()
2210
commands = ("\x1b[200~x = 1\nprint(f'^{x=}')\n\x1b[201~"
2211
"\n"
0 commit comments