summaryrefslogtreecommitdiffstats
path: root/t/008filter.t
diff options
context:
space:
mode:
Diffstat (limited to 't/008filter.t')
-rw-r--r--t/008filter.t3
1 files changed, 3 insertions, 0 deletions
diff --git a/t/008filter.t b/t/008filter.t
index c9e063c78..fc8f77e69 100644
--- a/t/008filter.t
+++ b/t/008filter.t
@@ -136,6 +136,9 @@ foreach my $path (@Support::Templates::include_paths) {
# Special Template Toolkit loop variable
next if $directive =~ /^loop\.(index|count)$/;
+ # Branding terms
+ next if $directive =~ /^terms\./;
+
# Things which are already filtered
# Note: If a single directive prints two things, and only one is
# filtered, we may not catch that case.