zeek/testing/btest/Baseline/language.function/out
Daniel Thayer 90281a2423 Add tests of the Bro scripting language
Added tests of all built-in Bro data types (including different
representations of constant values, and max./min. values), keywords, and
operators (including special properties of certain operators, such as
short-circuit evaluation and associativity).
2012-08-24 11:32:49 -05:00

11 lines
434 B
Text

no args without return value (PASS)
no args no return value, empty return (PASS)
no args with return value (PASS)
args without return value (PASS)
args with return value (PASS)
multiple args with return value (PASS)
anonymous function without args or return value (PASS)
anonymous function with return value (PASS)
anonymous function with args and return value (PASS)
assign function variable (PASS)
reassign function variable (PASS)