Closed goozbach closed 12 years ago
1st fail is known - see peg-markdown.
Others are as you said - emails don't obfuscate the same way on different OS types. Others are differences in blank lines between XSLT approach and non XSLT approach - those are unlikely to ever match exactly, but the differences are not meaningful
Just cloned and compiled peg-multimarkdown and there were a couple of errors in the tests.
Either the test is wrong or the content isn't being generated properly.
As well as the mmd-tests (the email test is expected to fail according to the readme, but the others shouldn't)
Each of these failed tests is because of an additional blank line being inserted after the opening
<body>
and before the closing</body>
tags. Again I'm not sure if the test or the generation is in the wrong here.If these are both issues with the test suite being wrong I'll fork and update the tests, if not then I'm not sure where the change needs to be made.
Derek aka goozbach