]> git.donarmstrong.com Git - deb_pkgs/libhtml-calendarmonth-perl.git/blobdiff - t/20_i8n.t
* Fix test comparsion to handle changes in HTML::Table (closes: #420048)
[deb_pkgs/libhtml-calendarmonth-perl.git] / t / 20_i8n.t
index e59361fcf6db2c898e91cd8c423871fe7612c859..adff29ee249a89824469237e7d9318d0064073ec 100755 (executable)
@@ -23,6 +23,7 @@ my $b = HTML::CalendarMonth->new(
 );
 my $bstr = $b->as_HTML;
 chomp($bstr);
+$bstr =~ s/\=\"(\d+)\"/=$1/g;
 cmp_ok($bstr, 'eq', $basque, "i8n: ($year/$month : Basque) using auto-detect");
 
 __DATA__