PHP and Javascript implementations of a simple markdown parser
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

runphptests.sh 175B

123456
  1. #!/bin/sh
  2. php lib/phpunit.phar --display-warnings --display-notices \
  3. phptest/UtilsTests.php \
  4. phptest/TokenTests.php \
  5. phptest/InlineTests.php \
  6. phptest/BlockTests.php \