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

Fixing the quoteEscaping test case for proper quote character escaping #4665

Merged
merged 1 commit into from
Nov 12, 2024

Conversation

mccartney
Copy link
Contributor

@mccartney mccartney commented Nov 12, 2024

What's changed?

Fixing the recently added (#4616) test case called quoteEscaping in HCL handling.
As is, the test runs rewrite against an invalid HCL fail and fails (as noted by @ExpectedToFail). Thus, fixing the tested HCL syntax, observing the test pass (with no code changes) and removing the @ExpectedToFail annotation.

Closes #4612.

What's your motivation?

Fix the bug in tests.

Anyone you would like to review specifically?

@timtebeek was the one to look at it before

@timtebeek timtebeek merged commit 8ac875f into openrewrite:main Nov 12, 2024
2 checks passed
@mccartney mccartney deleted the hcl-quote-escaping-test branch November 12, 2024 21:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

HCL Parser doesn't support escaping double quote sign in String literals
2 participants