1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
|
Description: Adjust t/03valid.t to changing libxml2 output
Bug: https://rt.cpan.org/Ticket/Display.html?id=132056
Bug-Debian: http://bugs.debian.org/952180
https://bugs.debian.org/994699
Forwarded: https://rt.cpan.org/Ticket/Display.html?id=132056
Author: Alex Muntada <alexm@debian.org>
Reviewed-by: gregor herrmann <gregoa@debian.org>
Last-Update: 2021-09-28
--- a/t/03valid.t
+++ b/t/03valid.t
@@ -42,7 +42,7 @@
xml_valid($valid, "good xml");
test_test('good xml');
-test_out("not ok 1 - :2: parser error : Premature end of data in tag nomatch line 1\n# \n# ^\n# :2: parser error : Premature end of data in tag imatag line 1\n# \n# ^");
+test_out("not ok 1 - :2: parser error : Premature end of data in tag nomatch line 1\n# \n# ^");
test_fail(+1);
xml_valid($broken_xml, "invalid xml");
test_test(title=>'bad XML', skip_err=>1);
|