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

New "qu" test for Pig Latin #2507

Merged
merged 1 commit into from
Dec 5, 2024
Merged

New "qu" test for Pig Latin #2507

merged 1 commit into from
Dec 5, 2024

Conversation

glennj
Copy link
Contributor

@glennj glennj commented Dec 5, 2024

I’m seeing some solutions that do this:

  • if word starts with a vowel or “xr” or “yt”, then return word + “ay”
  • else if word contains “qu” then ...

Those solutions will fail for a word like “liquid”

https://forum.exercism.org/t/new-qu-test-for-pig-latin/14052

I’m seeing some solutions that do this:

if word starts with a vowel or “xr” or “yt”, then return word + “ay”
else if word contains “qu” then …
Those solutions will fail for a word like “liquid”
@Cool-Katt Cool-Katt merged commit d11557d into exercism:main Dec 5, 2024
8 checks passed
@glennj glennj deleted the pig-qu branch December 5, 2024 13:07
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

Successfully merging this pull request may close these issues.

5 participants