mirror of https://github.com/helix-editor/helix
fix test
parent
83d48f10ea
commit
65893a2cbc
|
@ -350,7 +350,7 @@ mod test {
|
||||||
assert_eq!(
|
assert_eq!(
|
||||||
coords_at_pos(
|
coords_at_pos(
|
||||||
&slice,
|
&slice,
|
||||||
move_vertically(&slice, Direction::Forward, range, 1).head
|
move_vertically(&slice, Direction::Forward, range, 1, false).head
|
||||||
),
|
),
|
||||||
(1, 2).into()
|
(1, 2).into()
|
||||||
);
|
);
|
||||||
|
|
Loading…
Reference in New Issue