BurnzZ / xml-aligner

Generic Aligner/Prettifier for XML documents
0 stars 0 forks source link

Additional input cases #2

Closed BurnzZ closed 8 years ago

BurnzZ commented 8 years ago

Must consider the following cases in the next release:

Spacing around 'equality' sign:

example:

href = "test.html" will have the excess whitespace around the equality sign removed (only one whitespace char is allowed for each side).

Spacing before self-closing tag

example:

<img href = "#"/> has no space before the tag is closed. Must consider placing a whitespace char before closing it.