Skip to content

test: add LeetCode example test cases for leetcode 2828#59

Merged
kobukuro merged 1 commit intomainfrom
test/leetcode-2828-tests
Mar 31, 2026
Merged

test: add LeetCode example test cases for leetcode 2828#59
kobukuro merged 1 commit intomainfrom
test/leetcode-2828-tests

Conversation

@kobukuro
Copy link
Copy Markdown
Owner

Add test cases for Check If A String Is An Acronym Of Words using LeetCode examples:

  • Example 1: Valid acronym formation (["alice","bob","charlie"], s="abc")
  • Example 2: Length mismatch scenario (["an","apple"], s="a")
  • Example 3: Longer acronym case (["never","gonna","give","up","on","you"], s="ngguoy")
  • Update documentation to include test file link

  Add test cases for Check If A String Is An Acronym Of Words using LeetCode examples:
  - Example 1: Valid acronym formation (["alice","bob","charlie"], s="abc")
  - Example 2: Length mismatch scenario (["an","apple"], s="a")
  - Example 3: Longer acronym case (["never","gonna","give","up","on","you"], s="ngguoy")
  - Update documentation to include test file link
@kobukuro kobukuro merged commit 8118824 into main Mar 31, 2026
1 check passed
@kobukuro kobukuro deleted the test/leetcode-2828-tests branch March 31, 2026 23:42
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.

1 participant