From 326354d6358d4ea13571155ef04c78503b5f8903 Mon Sep 17 00:00:00 2001 From: Frédéric Buclin Date: Sun, 7 Aug 2011 03:13:42 +0200 Subject: Bug 666313: Remove the obsolete [% FLUSH %] directive r=glob a=LpSolit --- t/008filter.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 't/008filter.t') diff --git a/t/008filter.t b/t/008filter.t index e73d23835..03b0cc6c2 100644 --- a/t/008filter.t +++ b/t/008filter.t @@ -173,7 +173,7 @@ sub directive_ok { # Directives return 1 if $directive =~ /^(IF|END|UNLESS|FOREACH|PROCESS|INCLUDE| - BLOCK|USE|ELSE|NEXT|LAST|DEFAULT|FLUSH| + BLOCK|USE|ELSE|NEXT|LAST|DEFAULT| ELSIF|SET|SWITCH|CASE|WHILE|RETURN|STOP| TRY|CATCH|FINAL|THROW|CLEAR|MACRO|FILTER)/x; -- cgit v1.2.3-24-g4f1b