diff options
Diffstat (limited to 't/004template.t')
-rw-r--r-- | t/004template.t | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/t/004template.t b/t/004template.t index 6c753c0bd..660ee5c65 100644 --- a/t/004template.t +++ b/t/004template.t @@ -94,7 +94,9 @@ foreach my $include_path (@include_paths) { { html_linebreak => sub { return $_; }, js => sub { return $_ } , - strike => sub { return $_ } , + inactive => sub { return $_; } , + closed => sub { return $_; }, + obsolete => sub { return $_; }, url_quote => sub { return $_ } , css_class_quote => sub { return $_ } , xml => sub { return $_ } , |