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

Fix mutations in case statements not always being added #589

Merged
merged 1 commit into from
Sep 25, 2020

Conversation

hugo-vrijswijk
Copy link
Member

@hugo-vrijswijk hugo-vrijswijk commented Sep 25, 2020

Fixes #586

What it does

Mutations in case statements were not always added to mutated code. It is now 🎉

How it works

Changes in topStatement so it will stop at the body of a case instead of stopping at the topStatement of the case itself

@github-actions github-actions bot added the bug Something isn't working label Sep 25, 2020
@hugo-vrijswijk hugo-vrijswijk merged commit 060ff57 into master Sep 25, 2020
@hugo-vrijswijk hugo-vrijswijk deleted the fix/string-interpolation-topstatement branch September 25, 2020 14:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Mutation failed
1 participant