improved test case for str::any
This commit is contained in:
parent
536dd2f5a7
commit
7608a06b33
@ -1768,7 +1768,7 @@ mod tests {
|
||||
assert false == any("ymca", char::is_uppercase);
|
||||
assert true == any("YMCA", char::is_uppercase);
|
||||
assert true == any("yMCA", char::is_uppercase);
|
||||
assert true == any("YMCy", char::is_uppercase);
|
||||
assert true == any("Ymcy", char::is_uppercase);
|
||||
}
|
||||
|
||||
#[test]
|
||||
|
Loading…
x
Reference in New Issue
Block a user