From 5c5dfb7d5558ff248477fa57aef08e2a8bbd9800 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Thu, 30 Jun 2016 02:35:13 +0000 Subject: www: implement hybrid flat+thread conversation view This should be more accessible to readers on narrow terminals (or giant fonts) while providing a chronological view which is also aware of message threading relationships. --- t/plack.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 't') diff --git a/t/plack.t b/t/plack.t index a4f32457..209c6f90 100644 --- a/t/plack.t +++ b/t/plack.t @@ -101,7 +101,7 @@ EOF my $res = $cb->(GET($u)); is(301, $res->code, "redirect for missing /"); my $location = $res->header('Location'); - like($location, qr!/\Q$t\E/#u\z!, + like($location, qr!/t/#u\z!, 'redirected with missing /'); }); } -- cgit v1.2.3-24-ge0c7