Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
bugzilla
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
etersoft
bugzilla
Commits
4a27b937
Commit
4a27b937
authored
Oct 28, 2005
by
wurblzap%gmail.com
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Bug 313941: t/008filter.t should accept TRY/CATCH template directives
Patch by Dennis Melentyev <dennis.melentyev@infopulse.com.ua> r=wurblzap, a=justdave
parent
d02ababf
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
008filter.t
t/008filter.t
+2
-1
No files found.
t/008filter.t
View file @
4a27b937
...
...
@@ -172,7 +172,8 @@ sub directive_ok {
# Directives
return
1
if
$directive
=~
/^
(
IF
|
END
|
UNLESS
|
FOREACH
|
PROCESS
|
INCLUDE
|
BLOCK
|
USE
|
ELSE
|
NEXT
|
LAST
|
DEFAULT
|
FLUSH
|
ELSIF
|
SET
|
SWITCH
|
CASE
|
WHILE
)
/
x
;
ELSIF
|
SET
|
SWITCH
|
CASE
|
WHILE
|
RETURN
|
STOP
|
TRY
|
CATCH
|
FINAL
|
THROW
|
CLEAR
)
/
x
;
# ? :
if
(
$directive
=~
/.+\?(.+):(.+)/
)
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment