Closed roadster31 closed 5 years ago
Hi, I can't reproduce the issue ... I added a test for PHP 7.0 / 7.1 / 7.2 and is work on all versions. Maybe it's a Windows problem? Do you use Windows or Linux?
Hi, I can reproduce the problem on Windows 7 and Debian 8.11
can use please run this commands in your project, thanks
composer check-platform-reqs
ext-dom 20031129 success
ext-json 1.5.0 success
ext-libxml 7.1.25 success
ext-mbstring 7.1.25 success
ext-Phar 2.0.2 success
ext-SimpleXML 7.1.25 success
ext-tokenizer 7.1.25 success
ext-xml 7.1.25 success
ext-xmlwriter 7.1.25 success
php 7.1.25 success
php -i
... dom
DOM/XML => enabled DOM/XML API Version => 20031129 libxml Version => 2.9.4 HTML Support => enabled XPath Support => enabled XPointer Support => enabled Schema Support => enabled RelaxNG Support => enabled
...
Please feel free to re-open the issue if this is still a problem for you.
PS: If you can add a test-case as phpunit test that would be really helpful, thanks.
What is this feature about (expected vs actual behaviour)?
Whitespaces before
<strong>
tags are removed, giving incorrect rendering :How can I reproduce it?
Try to minify the following code :
Does it take minutes, hours or days to fix?
Not sure
Any additional information?
Using version 3.1.30 installed with composer on PHP 7.1
Thanks !