diff options
author | Frédéric Buclin <LpSolit@gmail.com> | 2011-08-07 03:13:42 +0200 |
---|---|---|
committer | Frédéric Buclin <LpSolit@gmail.com> | 2011-08-07 03:13:42 +0200 |
commit | 326354d6358d4ea13571155ef04c78503b5f8903 (patch) | |
tree | b59cef56c15ea32017c5aaf1df3560169f01f69b /t | |
parent | Bug 288049: "internal error" from ThrowCodeError is confusing. Reword it (diff) | |
download | bugzilla-326354d6358d4ea13571155ef04c78503b5f8903.tar.gz bugzilla-326354d6358d4ea13571155ef04c78503b5f8903.tar.bz2 bugzilla-326354d6358d4ea13571155ef04c78503b5f8903.zip |
Bug 666313: Remove the obsolete [% FLUSH %] directive
r=glob a=LpSolit
Diffstat (limited to 't')
-rw-r--r-- | t/008filter.t | 2 |
1 files changed, 1 insertions, 1 deletions
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; |