Test that duplicate filtering ignores trailing spaces

This commit is contained in:
David Dworken 2022-11-11 11:16:12 -05:00
parent f876fb069c
commit 188ff1d0fa
No known key found for this signature in database

View File

@ -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`)