Skip to content

Update pacman_rules_test.gleam#593

Open
CAAP wants to merge 1 commit into
exercism:mainfrom
CAAP:patch-1
Open

Update pacman_rules_test.gleam#593
CAAP wants to merge 1 commit into
exercism:mainfrom
CAAP:patch-1

Conversation

@CAAP

@CAAP CAAP commented Jul 15, 2026

Copy link
Copy Markdown

There are 3 instances that become True for the function win. However, only 2 are tested, and I have seen proposed solutions where this last instance is left out and taken as solved.

The missing instance is the following:
let assert True = pacman_rules.win(True, True, False)

There are 3 instances that become True for the function win. However, only 2 are tested, and I have seen proposed solutions where this last instance is left out and taken as solved.

The missing instance is the following:
let assert True = pacman_rules.win(True, True, False)
@github-actions

Copy link
Copy Markdown
Contributor

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!

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