Description: patch replaces copyrighted file with minimal html, update md5sum
Origin: vendor
Author: mason james <mtj@kohaaloha.com>
Forwarded: not-needed
Last-Update: 2023-02-11

diff --git a/t/muse.html b/t/muse.html
new file mode 100644
index 0000000..f9f3bcc
--- /dev/null
+++ b/t/muse.html
@@ -0,0 +1,7 @@
+<html><body><!DOCTYPE html>
+
+<head>
+8 <meta name="citation_publisher" content="Advertising Educational Foundation">
+</head>
+
+</body></html>
diff --git a/t/Catmandu-Exporter-HTML.t b/t/Catmandu-Exporter-HTML.t
index 2ac61c2..c23b5a4 100644
--- a/t/Catmandu-Exporter-HTML.t
+++ b/t/Catmandu-Exporter-HTML.t
@@ -34,7 +34,7 @@ like $html , qr{^<html><body>};
 
 my $digest = md5_hex($html);
 
-is $digest , '221a66bba1ee68f922db22d26b99e0c4';
+is $digest , '885da867f959a433aeefc7c370d4437d';
 
 $exporter = $pkg->new(file => 't/muse.html.out');
 $importer = Catmandu::Importer::HTML->new(file => 't/muse.html');
@@ -45,7 +45,7 @@ $exporter->commit;
 my $fh;
 open $fh , 't/muse.html.out';
 $digest = Digest::MD5->new->addfile($fh)->hexdigest;
-is $digest , '221a66bba1ee68f922db22d26b99e0c4';
+is $digest , '885da867f959a433aeefc7c370d4437d';
 close($fh);
 
 unlink 't/muse.html.out';
