On Tue, Feb 9, 2010 at 1:58 PM, Jack Phoenix jack@countervandalism.net wrote:
Not yet at least, the indentation/newlines aren't consistent yet. Then again, Brion removed some unnecessary whitespace in r55496 for JavaScript variables in <head>, so I dunno how important it is to have everything indented properly in the HTML output.
It's not, but it helps if you're checking that the output is the same. If only whitespace is changed, then diff -w | grep -v '^[-+]$' should work fine. If you've reordered anything, then it will be more tedious -- that's more likely to actually change semantics, so would have to be manually checked for correctness.