Fix some regress tests.

This commit is contained in:
Nicholas Marriott
2025-04-28 08:57:10 +01:00
parent 26081ac125
commit f2283b0cb5
4 changed files with 9 additions and 9 deletions

View File

@ -42,7 +42,7 @@ $TMUX send-keys -X begin-selection
$TMUX send-keys -X next-word-end
$TMUX send-keys -X next-word-end
$TMUX send-keys -X copy-selection
[ "$($TMUX show-buffer)" = "$(printf "words\n Indented")" ] || exit 1
[ "$($TMUX show-buffer)" = "$(printf "words\n\tIndented")" ] || exit 1
# Test that `next-word` wraps around un-indented line breaks.
$TMUX send-keys -X next-word