public
Description: A Haskell implementation of markdown using a PEG grammar
Homepage:
Clone URL: git://github.com/jgm/markdown-peg.git
markdown-peg / test.sh
100755 8 lines (5 sloc) 0.268 kb
1
2
3
4
5
6
7
8
#!/bin/sh
 
testdir=MarkdownTest
${testdir}/MarkdownTest.pl --tidy --script=./Markdown --testdir=${testdir}/Tests
# ${testdir}/mdtest.php -n -d -t ${testdir}/Markdown.mdtest -s ./Markdown
# ${testdir}/mdtest.php -n -d -t ${testdir}/PHP\ Markdown.mdtest -s ./Markdown