about summary refs log tree commit homepage
path: root/t/plack.t
diff options
context:
space:
mode:
Diffstat (limited to 't/plack.t')
-rw-r--r--t/plack.t1
1 files changed, 1 insertions, 0 deletions
diff --git a/t/plack.t b/t/plack.t
index e4dedce6..a5fd54c9 100644
--- a/t/plack.t
+++ b/t/plack.t
@@ -85,6 +85,7 @@ test_psgi($app, sub {
         my ($cb) = @_;
         my $res = $cb->(GET('http://example.com/test/crlf@example.com/'));
         is($res->code, 200, 'retrieved CRLF as HTML');
+        like($res->content, qr/mailto:me\@example/, 'no %40, per RFC 6068');
         unlike($res->content, qr/\r/, 'no CR in HTML');
         $res = $cb->(GET('http://example.com/test/crlf@example.com/raw'));
         is($res->code, 200, 'retrieved CRLF raw');