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 StringConcatToTextBlockFixCore escape logic when string is size 1 #1263

Merged
merged 2 commits into from
Mar 15, 2024

Conversation

jjohnstn
Copy link
Contributor

What it does

Fixes another white-space issue with string concat to text block conversion of test suite.

How to test

See issue or new test scenario added.

Author checklist

- fix StringConcatToTextBlockFixCore.escapeTrailingWhitespace()
- add new test to CleanupTest15
- fixes eclipse-jdt#1240
@jjohnstn jjohnstn self-assigned this Mar 15, 2024
@jjohnstn jjohnstn added the bug Something isn't working label Mar 15, 2024
@jjohnstn jjohnstn added this to the 4.32 M1 milestone Mar 15, 2024
@jjohnstn jjohnstn merged commit aadc55e into eclipse-jdt:master Mar 15, 2024
8 checks passed
@jjohnstn jjohnstn deleted the textblockbug5 branch March 15, 2024 20:27
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.

Cleanup: "Convert String to TextBlock" changes whitespaces!!
1 participant