mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 14:48:21 +00:00

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).
11 lines
434 B
Text
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)
|