mirror of
https://github.com/zeek/zeek.git
synced 2025-10-10 02:28:21 +00:00
ok, this one might really be a bit too big for 2.1
Give all kinds of errors when encountering invalid numbers (like out-of-range-warnings, etc).
This commit is contained in:
parent
7e46936728
commit
f133e8808a
7 changed files with 122 additions and 8 deletions
|
@ -1,3 +1,4 @@
|
|||
{
|
||||
[9223372036854775800] = [c=18446744073709551612]
|
||||
[9223372036854775800] = [c=18446744073709551612],
|
||||
[-9223372036854775800] = [c=18446744073709551612]
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue