Whitespace after XML comments removed since 3.1.0 release
See original GitHub issueFollowing resolution of #206, the the 3.1.x releases drop whitespace in one more case, namely after XML comments.
To reproduce, run:
git clone git@github.com:PicnicSupermarket/oss-parent.git
cd oss-parent
git checkout origin/master
mvn com.github.ekryd.sortpom:sortpom-maven-plugin:3.0.1:sort
git commit -m 'Before' pom.xml
mvn com.github.ekryd.sortpom:sortpom-maven-plugin:3.1.2:sort
git diff
Issue Analytics
- State:
- Created a year ago
- Reactions:1
- Comments:9 (8 by maintainers)
Top Results From Across the Web
Is there any way to preserve white space in C# XML comments?
While this works in general, I would like to preserve white space (line breaks, indentation). I tried the following so far: I applied...
Read more >XML Schema Part 2: Datatypes Second Edition - W3C
The table below offers two typical examples of XML instances in which ... lex2 := killwhitespace(lexform) -- remove whitespace characters
Read more >XmlOptions (XMLBeans 3.1.0 Documentation)
There are two styles for using XmlOptions: multiline setup, and single-line use. ... since compilation usually implies validation against Schema for Schemas ...
Read more >RegexBuddy Version History
Regex: Unicode whitespace after a quantifier triggered access violations in free-spacing mode if the flavor does not treat Unicode whitespace as free whitespace...
Read more >OWL API Files - SourceForge
Tidying up Manchester OWL Syntax parser code Added to the documentation on ... various bug fixes and performance enhancements since version 3.1.0 Main...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@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! i will look into this