improved test case for str::any
This commit is contained in:
parent
536dd2f5a7
commit
7608a06b33
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue