mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 14:48:21 +00:00
test suite updates and additions for new capture semantics & suppression of error cascades
This commit is contained in:
parent
80f7d36582
commit
fd309676bd
13 changed files with 47 additions and 39 deletions
|
@ -3,9 +3,9 @@
|
|||
|
||||
local outer = 100;
|
||||
|
||||
local lambda = function()
|
||||
local lambda = function[outer]()
|
||||
{
|
||||
local inner = function(a: count, b: count, c: count, d: count, e: count, f: count)
|
||||
local inner = function[outer](a: count, b: count, c: count, d: count, e: count, f: count)
|
||||
{
|
||||
print outer + f;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue