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.
run_pty()
1 parent 9d03730 commit bfcff38Copy full SHA for bfcff38
Lib/test/test_sqlite3/test_cli.py
@@ -239,7 +239,7 @@ def test_nothing_to_complete(self):
239
240
def test_completion_order(self):
241
script = "from sqlite3.__main__ import main; main()"
242
- input = b"S\t\n.quit\n"
+ input = b"S\t;\n.quit\n"
243
output = run_pty(script, input, env={"NO_COLOR": "1"})
244
savepoint_idx = output.find(b"SAVEPOINT")
245
select_idx = output.find(b"SELECT")
0 commit comments