Package: src:php-tijsverkoyen-css-to-inline-styles
Version: 2.3.0-2
Tags: ftbfs sid forky
User: debian-xml-sgml-p...@lists.alioth.debian.org
Usertags: libxml2.14
[this bug is NOT targeted to the upcoming trixie release]
php-tijsverkoyen-css-to-inline-styles autopkg tests fail with libxml
2.14.x from experimental, and all it's dependencies built with this
libxml2 version.
[...]
85s autopkgtest [18:23:57]: test command1: phpunit --bootstrap
/usr/share/php/TijsVerkoyen/CssToInlineStyles/autoload.php
85s autopkgtest [18:23:57]: test command1: [-----------------------
86s PHPUnit 11.5.19 by Sebastian Bergmann and contributors.
86s
86s Runtime: PHP 8.4.5
86s Configuration: /tmp/autopkgtest.NRn1GJ/build.D9Q/src/phpunit.xml.dist
86s
86s .........................................FFFFF
46 / 46 (100%)
86s
86s Time: 00:00.026, Memory: 10.00 MB
86s
86s There were 5 failures:
86s
86s 1)
TijsVerkoyen\CssToInlineStyles\Tests\CssToInlineStylesTest::testConversionAsciiRegular
86s Failed asserting that two strings are equal.
86s --- Expected
86s +++ Actual
86s @@ @@
86s -'<p>~</p>'
86s +'~'
86s
86s
/tmp/autopkgtest.NRn1GJ/build.D9Q/src/tests/CssToInlineStylesTest.php:311
86s
/tmp/autopkgtest.NRn1GJ/build.D9Q/src/tests/CssToInlineStylesTest.php:274
86s
86s 2)
TijsVerkoyen\CssToInlineStyles\Tests\CssToInlineStylesTest::testConversionAsciiDelete
86s Failed asserting that two strings are equal.
86s --- Expected
86s +++ Actual
86s @@ @@
86s -'<p></p>'
86s +''
86s
86s
/tmp/autopkgtest.NRn1GJ/build.D9Q/src/tests/CssToInlineStylesTest.php:311
86s
/tmp/autopkgtest.NRn1GJ/build.D9Q/src/tests/CssToInlineStylesTest.php:282
86s
86s 3)
TijsVerkoyen\CssToInlineStyles\Tests\CssToInlineStylesTest::testConversionLowestCodepoint
86s Failed asserting that two strings are equal.
86s --- Expected
86s +++ Actual
86s @@ @@
86s -'<p></p>'
86s +'€'
86s
86s
/tmp/autopkgtest.NRn1GJ/build.D9Q/src/tests/CssToInlineStylesTest.php:311
86s
/tmp/autopkgtest.NRn1GJ/build.D9Q/src/tests/CssToInlineStylesTest.php:290
86s
86s 4)
TijsVerkoyen\CssToInlineStyles\Tests\CssToInlineStylesTest::testConversionHighestCodepoint
86s Failed asserting that two strings are equal.
86s --- Expected
86s +++ Actual
86s @@ @@
86s -'<p>�</p>'
86s +'�'
86s
86s
/tmp/autopkgtest.NRn1GJ/build.D9Q/src/tests/CssToInlineStylesTest.php:311
86s
/tmp/autopkgtest.NRn1GJ/build.D9Q/src/tests/CssToInlineStylesTest.php:298
86s
86s 5)
TijsVerkoyen\CssToInlineStyles\Tests\CssToInlineStylesTest::testMB4character
86s Failed asserting that two strings are equal.
86s --- Expected
86s +++ Actual
86s @@ @@
86s -'<p>🇳🇱</p>'
86s +'🇳🇱'
86s
86s
/tmp/autopkgtest.NRn1GJ/build.D9Q/src/tests/CssToInlineStylesTest.php:311
86s
/tmp/autopkgtest.NRn1GJ/build.D9Q/src/tests/CssToInlineStylesTest.php:306
86s
86s FAILURES!
86s Tests: 46, Assertions: 102, Failures: 5, PHPUnit Deprecations: 1.