# Bug report ### Bug description: The [test_auto_indent_default()](https://github.com/python/cpython/blob/main/Lib/test/test_pyrepl/test_pyrepl.py#L441-L453) forgets to run the `input_code`. ### CPython versions tested on: 3.14, 3.15 ### Operating systems tested on: Linux <!-- gh-linked-prs --> ### Linked PRs * gh-133640 * gh-133646 * gh-133647 <!-- /gh-linked-prs -->
Bug report
Bug description:
The test_auto_indent_default() forgets to run the
input_code.CPython versions tested on:
3.14, 3.15
Operating systems tested on:
Linux
Linked PRs
test_auto_indent_default()doesn't runinput_code#133640test_auto_indent_default()doesn't runinput_code(GH-133640) #133646test_auto_indent_default()doesn't runinput_code(GH-133640) #133647