Merging upstream version 1.30.0.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
1b2f180fc6
commit
1fa9e0bfa5
11 changed files with 125 additions and 17 deletions
|
@ -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, "\\?")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue