View | Details | Raw Unified | Return to bug 15734
Collapse All | Expand All

(-)a/t/lib/QA/TemplateFilters.pm (-1 / +1 lines)
Lines 75-80 sub missing_filters { Link Here
75
                  && $tt_block !~ m{=}            # assignment, maybe we should require to use SET (?)
75
                  && $tt_block !~ m{=}            # assignment, maybe we should require to use SET (?)
76
                  && $tt_block !~ m{\|\s?ur(l|i)} # already has url or uri filter
76
                  && $tt_block !~ m{\|\s?ur(l|i)} # already has url or uri filter
77
                  && $tt_block !~ m{\|\s?html}    # already has html filter
77
                  && $tt_block !~ m{\|\s?html}    # already has html filter
78
                  && $tt_block !~ m{\|\s?json}    # already has json filter
78
                  && $tt_block !~ m{^(?<before>\S+)\s+UNLESS\s+(?<after>\S+)} # Specific for [% foo UNLESS bar %]
79
                  && $tt_block !~ m{^(?<before>\S+)\s+UNLESS\s+(?<after>\S+)} # Specific for [% foo UNLESS bar %]
79
                ;
80
                ;
80
            }
81
            }
81
- 

Return to bug 15734