mirror of
https://github.com/helix-editor/helix.git
synced 2024-11-22 17:36:19 +04:00
Update helix-core/src/selection.rs
Co-authored-by: TornaxO7 <tornax@proton.me>
This commit is contained in:
parent
054e7f70ed
commit
dadb1a4a20
@ -919,7 +919,7 @@ mod test {
|
||||
|
||||
#[test]
|
||||
fn parse_range() -> Result<(), String> {
|
||||
// sometimes we want Ok, someteimes we want Err, but we never want a panic
|
||||
// sometimes we want Ok, sometimes we want Err, but we never want a panic
|
||||
assert_eq!(
|
||||
Range::try_from("(0,28)"),
|
||||
Ok(Range {
|
||||
|
Loading…
Reference in New Issue
Block a user