mirror of
https://github.com/ddworken/hishtory.git
synced 2025-08-09 07:05:08 +02:00
Support not recording empty commands in fish + add tests for this
This commit is contained in:
@ -1605,6 +1605,8 @@ func TestFish(t *testing.T) {
|
||||
sleep 0.5
|
||||
tmux send -t foo echo SPACE foo ENTER
|
||||
sleep 0.5
|
||||
tmux send -t foo ENTER
|
||||
sleep 0.5
|
||||
tmux send -t foo SPACE echo SPACE baz ENTER
|
||||
sleep 0.5
|
||||
tmux send -t foo echo SPACE bar ENTER
|
||||
|
Reference in New Issue
Block a user