From fd09506579955adf904799eb79b3a230cb853a85 Mon Sep 17 00:00:00 2001 From: Martin Renvoize Date: Mon, 30 Sep 2024 18:21:13 +0100 Subject: [PATCH] Bug 36594: (RM follow-up) Add new filter to filters test This is the patch I meant to write before pushing but brain fade failed me. Signed-off-by: Martin Renvoize --- t/lib/QA/TemplateFilters.pm | 1 + 1 file changed, 1 insertion(+) diff --git a/t/lib/QA/TemplateFilters.pm b/t/lib/QA/TemplateFilters.pm index cc8c07bd79..113b1f9163 100644 --- a/t/lib/QA/TemplateFilters.pm +++ b/t/lib/QA/TemplateFilters.pm @@ -144,6 +144,7 @@ sub process_tt_block { # Already escaped with a special filter # We could escape it but should be safe or $tt_block =~ m{\s?\|\s?\$KohaDates[^\|]*$} + or $tt_block =~ m{\s?\|\s?\$KohaTimes[^\|]*$} or $tt_block =~ m{\s?\|\s?\$Price[^\|]*$} or $tt_block =~ m{\s?\|\s?\$HtmlTags[^\|]*$} or $tt_block =~ m{\s?\|\s?\$HtmlId[^\|]*$} -- 2.39.5