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 TxtTest.php for double escape test #114

Merged
merged 2 commits into from
Nov 16, 2022
Merged

Conversation

srsbiz
Copy link
Contributor

@srsbiz srsbiz commented Nov 15, 2022

Test was broken in two ways:

  • source txt was not quoted so only first word was returned from parser
  • in string literal wrapped in single quotes, double backslash and single backslash are equal. To achieve double escape four backslashes are needed

@samuelwilliams samuelwilliams merged commit e11d965 into Badcow:master Nov 16, 2022
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