Open dahlbyk opened 7 years ago
When makeNeverCloseSelfClosing is true:
makeNeverCloseSelfClosing
true
In both cases, the end-of-partial check wasn't accounting for the fact that the > has already been added to the line.
partial
>
When
makeNeverCloseSelfClosing
istrue
:In both cases, the end-of-
partial
check wasn't accounting for the fact that the>
has already been added to the line.Before
After