erusev / parsedown

Better Markdown Parser in PHP
https://parsedown.org
MIT License
14.77k stars 1.12k forks source link

Revert BC break #742

Closed GrahamCampbell closed 4 years ago

GrahamCampbell commented 4 years ago

Allows the parsedown extra tests to run.

aidantwoods commented 4 years ago

I'm not sure this is a BC break, given that the PR I think you're referring to explicitly swaps --prefer-source for --prefer-dist, which results in the test directory being absent on install: causing the test failure.

Downloading Parsedown's test suite on every install is likely a waste of everyone's time; for those that really want it there is --prefer-source.

Original PR adding this is here: https://github.com/erusev/parsedown/pull/406