Package: php-lorenzo-pinky / 1.1.0-3

Metadata

Package Version Patches format
php-lorenzo-pinky 1.1.0-3 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
0001 Install data in u s php data.patch | (download)

src/pinky.php | 4 2 + 2 - 0 !
1 file changed, 2 insertions(+), 2 deletions(-)

 install data in /u/s/php/data/

0002 Modernize PHPUnit syntax.patch | (download)

tests/EncodingTest.php | 4 2 + 2 - 0 !
1 file changed, 2 insertions(+), 2 deletions(-)

 modernize phpunit syntax


0003 Update encoding test to adapt to libxml2.14.patch | (download)

tests/EncodingTest.php | 6 3 + 3 - 0 !
1 file changed, 3 insertions(+), 3 deletions(-)

 update encoding test to adapt to libxml2.14

The new libxml2.14 uses the HTML5 standards when converting inputs. Before
HTML5, any text should be inside a <p> tag to be valid, so the parser was
inserting that tag. Now the tag is not created anymore, which breaks the
encoding tests. As the test is about encoding and not parsing, we manually add
the tag so it works with both parsers.

Signed-off-by: Renan Rodrigo <renanrodrigo@canonical.com>