You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For some reason, there is a space after the <bar /> element.
This space is not added if I omit the newline after the <bar /> in the input or if I use regular HTML elements like div.
If I add more than one bar element, only the last one gets an additional space appended.
jochenberger
changed the title
Space inserted aroung custom elements when pretty-printing
Space inserted around custom elements when pretty-printing
Oct 27, 2022
For the following input
the following output is generated
For some reason, there is a space after the
<bar />
element.This space is not added if I omit the newline after the
<bar />
in the input or if I use regular HTML elements likediv
.Here's a repro as a Groovy script:
The text was updated successfully, but these errors were encountered: