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

Allow Fatal Error Assertions to Accept Expected Message as Multiple Values #100

Closed
threeal opened this issue Jun 21, 2024 · 0 comments · Fixed by #101
Closed

Allow Fatal Error Assertions to Accept Expected Message as Multiple Values #100

threeal opened this issue Jun 21, 2024 · 0 comments · Fixed by #101
Assignees
Labels
Milestone

Comments

@threeal
Copy link
Owner

threeal commented Jun 21, 2024

This issue suggests modifying the MESSAGE option in the assert_fatal_error function to accept multiple values, allowing the expected message value to be separated, similar to how value in the message function can also be separated.

This change may simplify how the user calls the assert_fatal_error function, allowing the expected message, which may contain multiple lines, to be passed easily to the function without the need to create another variable just to format the expected message into several values.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant