mirror of
https://github.com/zeek/zeek.git
synced 2025-10-03 15:18:20 +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).
4 lines
160 B
Text
4 lines
160 B
Text
&& operator (eval. both operands) (PASS)
|
|
&& operator (eval. 1st operand) (PASS)
|
|
|| operator (eval. 1st operand) (PASS)
|
|
|| operator (eval. both operands) (PASS)
|