Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CheckVowels.java hasVowels() method wrong #2990

Closed
aldotele opened this issue Mar 25, 2022 · 1 comment
Closed

CheckVowels.java hasVowels() method wrong #2990

aldotele opened this issue Mar 25, 2022 · 1 comment
Assignees

Comments

@aldotele
Copy link
Contributor

Describe the bug
In strings\CheckVowels.java, the hasVowels method might be wrong

To Reproduce
Steps to reproduce the behavior:

Create a test method and perform the following assertion:
Assertions.assertTrue(CheckVowels.hasVowels("Hello World"));
It will fail even if the sentence contains vowels

@yanglbme yanglbme self-assigned this Mar 31, 2022
@acbin
Copy link
Contributor

acbin commented Apr 4, 2022

Hi, I will fix the issue

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants