mirror of
https://github.com/zeek/zeek.git
synced 2025-10-13 03:58:20 +00:00
Add more language tests
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.
This commit is contained in:
parent
90281a2423
commit
621a90d248
14 changed files with 312 additions and 9 deletions
|
@ -18,4 +18,6 @@ assignment operator (PASS)
|
|||
assignment operator (PASS)
|
||||
max int value = 4294967295 (PASS)
|
||||
min int value = -4294967295 (PASS)
|
||||
max int value = 9223372036854775807 (PASS)
|
||||
min int value = -9223372036854775807 (PASS)
|
||||
type inference (PASS)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue