diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-07-13 11:04:08 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-07-13 11:04:08 +0000 |
commit | f4e284c92fc3ffdae6d7eaa4e181372f640548fe (patch) | |
tree | 1e4699b6f19de069d7383dc0be4db43ab8c6c62b /tests | |
parent | Releasing debian version 1.11.0-1. (diff) | |
download | litecli-f4e284c92fc3ffdae6d7eaa4e181372f640548fe.tar.xz litecli-f4e284c92fc3ffdae6d7eaa4e181372f640548fe.zip |
Merging upstream version 1.11.1.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'tests')
-rw-r--r-- | tests/test_sqlexecute.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_sqlexecute.py b/tests/test_sqlexecute.py index 16bad74..cd56683 100644 --- a/tests/test_sqlexecute.py +++ b/tests/test_sqlexecute.py @@ -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, |