Skip to content

Commit

Permalink
Fix lineedit test (#35534)
Browse files Browse the repository at this point in the history
  • Loading branch information
sostock authored Apr 21, 2020
1 parent 4a5f79b commit 7047190
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stdlib/REPL/test/lineedit.jl
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@ for i = 1:6
@test position(buf) == i
end
@test eof(buf)
for i = 5:0
for i = 5:-1:0
LineEdit.edit_move_left(buf)
@test position(buf) == i
end
Expand Down

0 comments on commit 7047190

Please sign in to comment.