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 06cf0a7 commit 212e63bCopy full SHA for 212e63b
1 file changed
Lib/test/test_sqlite3/test_cli.py
@@ -215,8 +215,7 @@ class Completion(unittest.TestCase):
215
# run_pty() creates a real terminal environment, where sqlite3 CLI
216
# SqliteInteractiveConsole invokes GNU Readline for input. Readline's
217
# _rl_strip_prompt() strips \001 and \002 from the output, so test
218
- # assertions use the plain prompt. See
219
- # https://cgit.git.savannah.gnu.org/cgit/readline.git/tree/display.c
+ # assertions use the plain prompt.
220
PS1 = "sqlite> "
221
222
@classmethod
0 commit comments