pull/708/head
Wilfred Hughes 2024-05-07 08:50:54 +07:00
parent 082abf65d1
commit 1954f15e0d
1 changed files with 1 additions and 1 deletions

@ -75,7 +75,7 @@ mod tests {
}
#[test]
fn test_is_all_whiteapce() {
fn test_is_all_whitespace() {
assert!(is_all_whitespace(" \n\t"));
}
}