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

Updating tests for Pig-Latin #1033

Merged
merged 2 commits into from
Jan 12, 2025

Conversation

jagdish-15
Copy link
Contributor

Pull Request: Syncing Tests for Pig-Latin Exercise

This pull request updates the test suite for the Pig-Latin exercise to sync it with the problem specification repository.

@@ -14,142 +14,148 @@ void tearDown(void)
res = NULL;
}

static void check_transate(const char *phrase, const char *expected)
static void check_translate(const char *phrase, const char *expected)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I noticed this misspelling when reviewing the new test

@ryanplusplus ryanplusplus merged commit 22b55ef into exercism:main Jan 12, 2025
4 checks passed
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.

3 participants