diff options
author | mkanat%bugzilla.org <> | 2008-01-28 02:21:11 +0100 |
---|---|---|
committer | mkanat%bugzilla.org <> | 2008-01-28 02:21:11 +0100 |
commit | 46381d01b6e3e1b0143c3fe06224a86b9960d67f (patch) | |
tree | 9659992730eddcd30f5a710abb157014312bc13d /t | |
parent | c0b4d49d2ed629ccba8c5fc0d61ebf28972d6ada (diff) | |
download | bugzilla-46381d01b6e3e1b0143c3fe06224a86b9960d67f.tar.gz bugzilla-46381d01b6e3e1b0143c3fe06224a86b9960d67f.tar.xz |
Bug 374020: Re-work the bug editing form to be more usable.
Patch By Guy Pyrzak <guy.pyrzak@gmail.com> r=mkanat, a=mkanat
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 d4053461e..8b92d94d0 100644 --- a/t/008filter.t +++ b/t/008filter.t @@ -176,7 +176,7 @@ sub directive_ok { return 1 if $directive =~ /^(IF|END|UNLESS|FOREACH|PROCESS|INCLUDE| BLOCK|USE|ELSE|NEXT|LAST|DEFAULT|FLUSH| ELSIF|SET|SWITCH|CASE|WHILE|RETURN|STOP| - TRY|CATCH|FINAL|THROW|CLEAR|MACRO)/x; + TRY|CATCH|FINAL|THROW|CLEAR|MACRO|FILTER)/x; # ? : if ($directive =~ /.+\?(.+):(.+)/) { |