1
0
Fork 0

Merging upstream version 1.30.0.

Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
Daniel Baumann 2025-04-21 09:44:12 +02:00
parent 1b2f180fc6
commit 1fa9e0bfa5
Signed by: daniel
GPG key ID: FBB4F0E80A80222F
11 changed files with 125 additions and 17 deletions

View file

@ -173,6 +173,13 @@ def test_favorite_query_expanded_output(executor):
assert_result_equal(results, status="test-ae: Deleted")
@dbtest
def test_collapsed_output_special_command(executor):
set_expanded_output(True)
run(executor, "select 1\\g")
assert is_expanded_output() is False
@dbtest
def test_special_command(executor):
results = run(executor, "\\?")