Skip to content

Commit 006f06f

Browse files
vasiliykmaurycy
andauthored
Use gh-156186 instead of #156186 in test comment
Co-authored-by: Maurycy Pawłowski-Wieroński <maurycy@maurycy.com>
1 parent 6befa18 commit 006f06f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Lib/test/test_pyrepl/test_pyrepl.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2205,7 +2205,7 @@ def test_python_basic_repl(self):
22052205
def test_bracketed_paste_newline_after_end_marker(self):
22062206
# A newline arriving in the same read as the closing marker must
22072207
# execute the pasted block instead of being inserted as text.
2208-
# See #156186.
2208+
# See gh-156186.
22092209
env = os.environ.copy()
22102210
commands = ("\x1b[200~x = 1\nprint(f'^{x=}')\n\x1b[201~"
22112211
"\n"

0 commit comments

Comments
 (0)