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: Properly escape backslashes #28

Merged
merged 1 commit into from
Jul 17, 2024

Conversation

seanmil
Copy link
Contributor

@seanmil seanmil commented Jul 16, 2024

task-json-escape was not properly escaping backslashes in source strings. This fixes the issue, adds a test, and corrects a bad test which masked the problem.

task-json-escape was not properly escaping backslashes in
source strings. This fixes the issue, adds a test, and
corrects a bad test which masked the problem.
@seanmil seanmil requested a review from a team as a code owner July 16, 2024 21:43
@MartyEwings MartyEwings added the bug Something isn't working label Jul 17, 2024
Copy link
Contributor

@Aaronoftheages Aaronoftheages left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Tests are passing - LGTM

@Aaronoftheages Aaronoftheages merged commit 608c339 into puppetlabs:main Jul 17, 2024
9 checks passed
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.

3 participants