Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/t
diff options
context:
space:
mode:
authormoritz <moritz@c213334d-75ef-0310-aa23-eaa082d1ae64>2007-07-17 07:25:25 (GMT)
committer moritz <moritz@c213334d-75ef-0310-aa23-eaa082d1ae64>2007-07-17 07:25:25 (GMT)
commit0818037da473ede74dee6029812d3ad7277d3f28 (patch)
treea2fb38628e6044dd23bbc911736695ac18656dc6 /t
parentc0f8291f5c90558abb7f8116bee18a339452b3dd (diff)
[irclog] r0\d+ isn't turned into links any more
git-svn-id: http://svn.pugscode.org/pugs/misc/irclog@17087 c213334d-75ef-0310-aa23-eaa082d1ae64
Diffstat (limited to 't')
-rw-r--r--t/revision-links.t7
1 files changed, 6 insertions, 1 deletions
diff --git a/t/revision-links.t b/t/revision-links.t
index dec0d5d..039d309 100644
--- a/t/revision-links.t
+++ b/t/revision-links.t
@@ -1,6 +1,6 @@
use strict;
use warnings;
-use Test::More tests => 4;
+use Test::More tests => 5;
BEGIN { use_ok('IrcLog::WWW'); }
@@ -44,6 +44,11 @@ my @tests = (
result => undef,
desc => qq{revision links within words don't linkify},
},
+ {
+ test => 'r0123',
+ result => undef,
+ desc => 'r0\d+ does not linkify',
+ },
);
for my $h (@tests){