From 188ff1d0fa868bbc233fd36dd0eb84715d73c999 Mon Sep 17 00:00:00 2001 From: David Dworken Date: Fri, 11 Nov 2022 11:16:12 -0500 Subject: [PATCH] Test that duplicate filtering ignores trailing spaces --- client/client_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/client_test.go b/client/client_test.go index a1d8b26..9190b57 100644 --- a/client/client_test.go +++ b/client/client_test.go @@ -2087,7 +2087,7 @@ func TestRemoveDuplicateRows(t *testing.T) { // Record a few commands and check that they get recorded and all are displayed in a table tester.RunInteractiveShell(t, `echo foo echo foo -echo baz +echo baz echo baz echo foo`) out := tester.RunInteractiveShell(t, `hishtory export -pipefail`)