Clean up non-ascii characters

This commit is contained in:
Junegunn Choi
2026-04-20 00:47:16 +09:00
parent 780a624ed7
commit 8b66489987
9 changed files with 33 additions and 33 deletions
+1 -1
View File
@@ -40,7 +40,7 @@ class TestServer < TestInteractive
assert_equal [0, 1], state[:current][:positions]
assert_equal state[:current][:positions], state[:current][:positions].sort
# No match no current item
# No match - no current item
Net::HTTP.post(fn.call, 'change-query(yo)+reload(seq 100)+change-prompt:hundred> ')
tmux.until { |lines| assert_equal 100, lines.item_count }
tmux.until { |lines| assert_equal 'hundred> yo', lines[-1] }