-
-
Notifications
You must be signed in to change notification settings - Fork 184
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
Whitespace after XML comments removed since 3.1.0 release #209
Comments
Hi! i will look into this |
to
I see, need to dig a little deeper |
WIth the new XML framework, text is always trimmed because it it placed within two elements. Hmmm, how would we know that this text should be proceeded with a newline? |
I have found a way to always place text nodes, which have siblings (such as a comment), on their own line. |
I have made an initial implementation in the branch. Feel free to play around with it and try to break it. |
@Ekryd Tnx for jumping on this so quickly! I built the branch and tested it against another internal repo: the results look exactly as expected 🎉 |
Hi! Version 3.1.3 should solve your problem, try it and report how it works. |
Tnx for the rapid new release! The upgrade build against our internal repository passes 🚀 |
Following resolution of #206, the the 3.1.x releases drop whitespace in one more case, namely after XML comments.
To reproduce, run:
The text was updated successfully, but these errors were encountered: