Re: A kind of markdown test suite

I know its a bad thing to do but I wrote a simple parser in JavaScript
recently for my own projects - with a slightly different syntax - anyway I
wrote tests for it with an input file and expected output file to match
against.

https://github.com/kalisjoshua/gruff/tree/master/test/fixtures

Anything that was output that didn't match the .html file is considered to
be improper. I think that defining a large test suite of inputs and
expected outputs is a great idea and I would like to contribute. So:
https://github.com/karlcow/markdown-testsuite/tree/master/tests; looks
awesome.


~~~~~~~~~~~~~~~~~~~~~~~~~~

Joshua T Kalis
Web Developer
517.325.3141
http://joshuakalis.com

~~~~~~~~~~~~~~~~~~~~~~~~~~

Received on Wednesday, 21 November 2012 14:16:58 UTC