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 Apostrophe Handling in SeeInOrder.php and Enhance Test Coverage #52627

Merged
merged 4 commits into from
Sep 3, 2024

Conversation

nomitoor
Copy link
Contributor

@nomitoor nomitoor commented Sep 2, 2024

This PR addresses an issue where assertions for checking the order of text in a mailable fail when one of the strings in the order array contains an apostrophe. The issue was occurring due to improper handling of apostrophes in the comparison logic, leading to false negatives in the test results.

nomitoor and others added 4 commits August 29, 2024 21:18
The issue is happening when in the in order array, one of the string has apostrophe on it. So this PR will resolve that issue.
Updated tests for apostrophe
@taylorotwell taylorotwell merged commit 4153267 into laravel:11.x Sep 3, 2024
29 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.

2 participants