Skip to content

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