Fix test
This commit is contained in:
parent
43453a8ebf
commit
d47371de69
1 changed files with 2 additions and 5 deletions
|
@ -2416,10 +2416,7 @@ fn ceil_char_boundary() {
|
|||
check_many("🇯🇵", 0..=0, 0);
|
||||
check_many("🇯🇵", 1..=4, 4);
|
||||
check_many("🇯🇵", 5..=8, 8);
|
||||
}
|
||||
|
||||
#[test]
|
||||
#[should_panic]
|
||||
fn ceil_char_boundary_above_len_panic() {
|
||||
let _ = "x".ceil_char_boundary(2);
|
||||
// above len
|
||||
check_many("hello", 5..=10, 5);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue