Update tests for replxx reverse search (Use Ctrl-T over Ctrl-R)

Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
This commit is contained in:
Azat Khuzhin 2022-12-14 21:07:32 +01:00
parent cf0e0436be
commit 98fb76f05f

View File

@ -24,12 +24,13 @@ send -- "SELECT 1\r"
expect "1"
expect ":) "
# Do reverse-search.
send -- ""
# Do regular reverse-search (Ctrl-T).
send -- ""
expect "(reverse-i-search)"
send -- "1"
expect "(reverse-i-search)"
# This will trigger the container-overflow under ASAN before the fix.
# NOTE: that the next search in the list is still Ctrl-R
send -- ""
expect "(reverse-i-search)"