zeek/testing/btest/Baseline/language.short-circuit/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

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)