php-markdown icon indicating copy to clipboard operation
php-markdown copied to clipboard

Extend test fixture to accomodate #333

Open sanmai opened this issue 2 years ago • 0 comments

It makes the tests fail if run with a relatively small recursion limit and no JIT:

php -dpcre.jit=0 -dpcre.recursion_limit=200 vendor/bin/phpunit

See #333

sanmai avatar Feb 18 '22 15:02 sanmai