Adding upstream version 1.11.1.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
4f06f250ec
commit
9d81313c2d
7 changed files with 17 additions and 10 deletions
|
@ -309,7 +309,7 @@ def test_favorite_query_expanded_output(executor):
|
|||
results = run(executor, "\\fs test-ae select * from test")
|
||||
assert_result_equal(results, status="Saved.")
|
||||
|
||||
results = run(executor, "\\f+ test-ae \G")
|
||||
results = run(executor, R"\f+ test-ae \G")
|
||||
assert is_expanded_output() is True
|
||||
assert_result_equal(
|
||||
results,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue