perl-HTML-Format/perl-HTML-Format-2.10.diff
Ralf Corsépius e2524e84ca Upstream update.
Build in HTML-Format-%{version} subdir.
Add HTML-Format-2.10.diff.
2011-08-22 09:26:12 +02:00

13 lines
564 B
Diff

diff -Naur HTML-Format-2.10.orig/t/rt69426.t HTML-Format-2.10.hacked/t/rt69426.t
--- HTML-Format-2.10.orig/t/rt69426.t 2011-07-18 18:07:49.000000000 +0200
+++ HTML-Format-2.10/t/rt69426.t 2011-08-19 08:52:13.880661937 +0200
@@ -28,7 +28,7 @@
my $desc = $table->{$quoted};
my $obj = new_ok("HTML::FormatPS");
my $htree = new_ok("HTML::TreeBuilder");
-
+
my $html = '<html><body>The ' . $desc . ' is a ' . $quoted . ' character</body></html>';
ok( $html, "HTML string containing an $desc should map to $desc" );