exercism / x86-64-assembly

Exercism exercises in x86-64 Assembly.
https://exercism.org/tracks/x86-64-assembly
MIT License
22 stars 18 forks source link

exercises: add acronym #195

Closed sudhackar closed 7 months ago

sudhackar commented 7 months ago

Simple PR to add acronym exercise

$ ./bin/verify-exercises
acronym_test.c:83:test_basic:PASS
acronym_test.c:84:test_lowercase_words:PASS
acronym_test.c:85:test_punctuation:PASS
acronym_test.c:86:test_all_caps_word:PASS
acronym_test.c:87:test_punctuation_without_whitespace:PASS
acronym_test.c:88:test_very_long_abbreviation:PASS
acronym_test.c:89:test_consecutive_delimiters:PASS
acronym_test.c:90:test_apostrophes:PASS
acronym_test.c:91:test_underscore_emphasis:PASS

-----------------------
github-actions[bot] commented 7 months ago

Hello. Thanks for opening a PR on Exercism 🙂

We ask that all changes to Exercism are discussed on our Community Forum before being opened on GitHub. To enforce this, we automatically close all PRs that are submitted. That doesn't mean your PR is rejected but that we want the initial discussion about it to happen on our forum where a wide range of key contributors across the Exercism ecosystem can weigh in.

You can use this link to copy this into a new topic on the forum. If we decide the PR is appropriate, we'll reopen it and continue with it, so please don't delete your local branch.

If you're interested in learning more about this auto-responder, please read this blog post.


Note: If this PR has been pre-approved, please link back to this PR on the forum thread and a maintainer or staff member will reopen it.

sudhackar commented 7 months ago

In the test runner passes as well

91d5f8cf6d0c:/tmp/host# ./bin/verify-exercises acronym
acronym_test.c:83:test_basic:PASS
acronym_test.c:84:test_lowercase_words:PASS
acronym_test.c:85:test_punctuation:PASS
acronym_test.c:86:test_all_caps_word:PASS
acronym_test.c:87:test_punctuation_without_whitespace:PASS
acronym_test.c:88:test_very_long_abbreviation:PASS
acronym_test.c:89:test_consecutive_delimiters:PASS
acronym_test.c:90:test_apostrophes:PASS
acronym_test.c:91:test_underscore_emphasis:PASS

-----------------------
9 Tests 0 Failures 0 Ignored
OK