]> Sergey Matveev's repositories - public-inbox.git/blobdiff - t/plack.t
view: cleanups and reuse for {obuf} preparation
[public-inbox.git] / t / plack.t
index 20f5d8d5e96b25487859b149ae5bfd4d5ad41f8e..32209c7d343ac8335837dbbbb3c7ad4ca2dd0d64 100644 (file)
--- a/t/plack.t
+++ b/t/plack.t
@@ -155,7 +155,7 @@ my $c1 = sub {
        is(200, $res->code, "success for $path");
        my $html = $res->content;
        like($html, qr!<title>hihi - Me</title>!, 'HTML returned');
-       like($html, qr!<a\nhref="raw"!s, 'raw link present');
+       like($html, qr!<a\nhref=raw!s, 'raw link present');
        like($html, qr!&gt; quoted text!s, 'quoted text inline');
 
        $path .= 'f/';