# New Ticket Created by Will Coleda # Please include the string: [perl #39913] # in the subject line of all future correspondence about this issue. # <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=39913 >
The TGE grammar doesn't deal with embedded }'s:
Valid grammars:
transform a (b) {
# do nothing
}
transform a (b) {
# do nothing {
}
Invalid:
transform a (b) {
# do nothing}
}
transform a (b) {
# do {nothing}
}
--
Will "Coke" Coleda
[EMAIL PROTECTED]
