about summary refs log tree commit homepage
path: root/t/plack.t
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2014-09-13 21:50:31 +0000
committerEric Wong <e@80x24.org>2014-09-13 22:00:32 +0000
commit6b770362ceb3dd9089de0cffb7716fb533d2709b (patch)
treefda7ef0652bfe1a6d22167459f71d55236671348 /t/plack.t
parent627b9bd388d67d6532a7f2dba0603a602a412a07 (diff)
downloadpublic-inbox-6b770362ceb3dd9089de0cffb7716fb533d2709b.tar.gz
It's important to keep HTML source readable to folks who prefer
to read raw HTML.  This should improve readability of the HTML
source by keeping line length in check without wasting bytes.
Diffstat (limited to 't/plack.t')
-rw-r--r--t/plack.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/plack.t b/t/plack.t
index 3bc4433f..85dd337d 100644
--- a/t/plack.t
+++ b/t/plack.t
@@ -98,7 +98,7 @@ EOF
                 my $res = $cb->(GET($pfx . '/atom.xml'));
                 is(200, $res->code, 'success response received for atom');
                 like($res->content,
-                        qr!link href="\Q$pfx\E/m/blah%40example\.com\.html"!,
+                        qr!link\s+href="\Q$pfx\E/m/blah%40example\.com\.html"!s,
                         'atom feed generated correct URL');
         });
 }