1
0
Fork 0
mirror of https://github.com/helix-editor/helix synced 2024-06-01 07:46:05 +02:00
This commit is contained in:
Blaž Hrastnik 2021-02-16 00:15:38 +09:00
parent 83d48f10ea
commit 65893a2cbc

View File

@ -350,7 +350,7 @@ fn test_vertical_move() {
assert_eq!(
coords_at_pos(
&slice,
move_vertically(&slice, Direction::Forward, range, 1).head
move_vertically(&slice, Direction::Forward, range, 1, false).head
),
(1, 2).into()
);