mirror of
https://github.com/zeek/zeek.git
synced 2025-10-05 08:08:19 +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.
7 lines
153 B
Text
7 lines
153 B
Text
true condition (PASS)
|
|
false condition (PASS)
|
|
true condition (PASS)
|
|
false condition (PASS)
|
|
associativity (PASS)
|
|
associativity (PASS)
|
|
associativity (PASS)
|