summaryrefslogtreecommitdiffstats
path: root/t
diff options
context:
space:
mode:
Diffstat (limited to 't')
-rw-r--r--t/004template.t1
1 files changed, 1 insertions, 0 deletions
diff --git a/t/004template.t b/t/004template.t
index 8429b774f..35965aa11 100644
--- a/t/004template.t
+++ b/t/004template.t
@@ -97,6 +97,7 @@ foreach my $include_path (@include_paths) {
bug_link => [ sub { return sub { return $_; } }, 1] ,
csv => sub { return $_ } ,
time => sub { return $_ } ,
+ obscure_email => sub { return $_ } ,
},
}
);