modify test-emacs with printf2

pull/3901/head
Jia Hu 2024-03-20 17:15:03 -04:00
parent e8e71a484a
commit 879857f5f7
1 changed files with 1 additions and 1 deletions

View File

@ -98,7 +98,7 @@ $TMUX send-keys -X previous-word
$TMUX send-keys -X begin-selection
$TMUX send-keys -X next-word
$TMUX send-keys -X copy-selection
[ "$($TMUX show-buffer)" = "$(echo -e "\$ym_bols[]{}\n ")" ] || exit 1
[ "$($TMUX show-buffer)" = "$(printf "\$ym_bols[]{}\n ")" ] || exit 1
# Test that `next-word-end` treats digits as letters
$TMUX send-keys -X next-word-end