mirror of
https://github.com/zeek/zeek.git
synced 2025-10-03 15:18:20 +00:00

Added tests for the conditional operator, operator precedence, modules ("module" and "export" keywords, and the "::" operator), and for the "copy" keyword. Also improved tests of max/min values of int, count, and double constants.
31 lines
603 B
Text
31 lines
603 B
Text
++ and * (PASS)
|
|
++ and * (PASS)
|
|
* and ++ (PASS)
|
|
* and % (PASS)
|
|
* and % (PASS)
|
|
* and % (PASS)
|
|
% and * (PASS)
|
|
% and * (PASS)
|
|
% and * (PASS)
|
|
+ and * (PASS)
|
|
+ and * (PASS)
|
|
+ and * (PASS)
|
|
< and + (PASS)
|
|
< and + (PASS)
|
|
+ and < (PASS)
|
|
+ and < (PASS)
|
|
+= and + (PASS)
|
|
+= and + (PASS)
|
|
+= and + (PASS)
|
|
&& and || (PASS)
|
|
&& and || (PASS)
|
|
&& and || (PASS)
|
|
|| and && (PASS)
|
|
|| and && (PASS)
|
|
|| and && (PASS)
|
|
|| and conditional operator (PASS)
|
|
|| and conditional operator (PASS)
|
|
|| and conditional operator (PASS)
|
|
conditional operator and || (PASS)
|
|
conditional operator and || (PASS)
|
|
conditional operator and || (PASS)
|