Skip to content

fix custom assertion for word-count#155

Merged
glennj merged 1 commit intoexercism:mainfrom
glennj:word-count-fix
Apr 25, 2026
Merged

fix custom assertion for word-count#155
glennj merged 1 commit intoexercism:mainfrom
glennj:word-count-fix

Conversation

@glennj
Copy link
Copy Markdown
Contributor

@glennj glennj commented Apr 25, 2026

Can't get the size of a Lua key-value table with the # operator. Have to count the pairs.

Can't get the size of a Lua key-value table with the `#` operator.
Have to count the pairs.
@github-actions
Copy link
Copy Markdown

This PR touches files which potentially affect the outcome of the tests of an exercise. This will cause all students' solutions to affected exercises to be re-tested.

If this PR does not affect the result of the test (or, for example, adds an edge case that is not worth rerunning all tests for), please add the following to the merge-commit message which will stops student's tests from re-running. Please copy-paste to avoid typos.

[no important files changed]

For more information, refer to the documentation. If you are unsure whether to add the message or not, please ping @exercism/maintainers-admin in a comment. Thank you!

@glennj glennj merged commit 20b4e6f into exercism:main Apr 25, 2026
5 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.

1 participant