mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00
Add more test cases to ascii-double.bro
This commit is contained in:
parent
b6e3603481
commit
aee307f02b
3 changed files with 104 additions and 12 deletions
|
@ -0,0 +1,22 @@
|
|||
{"d":2.153226e+09}
|
||||
{"d":2.153226e+09}
|
||||
{"d":2.153226e+09}
|
||||
{"d":1.0}
|
||||
{"d":1.1}
|
||||
{"d":1.123457}
|
||||
{"d":-1.123457}
|
||||
{"d":1.1234}
|
||||
{"d":0.1234}
|
||||
{"d":50000.0}
|
||||
{"d":-50000.0}
|
||||
{"d":3.140000e+15}
|
||||
{"d":-3.140000e+15}
|
||||
{"d":1.790000e+308}
|
||||
{"d":-1.790000e+308}
|
||||
{"d":0.000012}
|
||||
{"d":0}
|
||||
{"d":-0}
|
||||
{"d":inf}
|
||||
{"d":-inf}
|
||||
{"d":0.0}
|
||||
{"d":nan}
|
|
@ -3,7 +3,7 @@
|
|||
#empty_field (empty)
|
||||
#unset_field -
|
||||
#path test
|
||||
#open 2016-05-23-22-44-54
|
||||
#open 2017-11-02-21-00-25
|
||||
#fields d
|
||||
#types double
|
||||
2153226000.0
|
||||
|
@ -12,6 +12,20 @@
|
|||
1.0
|
||||
1.1
|
||||
1.123457
|
||||
-1.123457
|
||||
1.1234
|
||||
0.1234
|
||||
50000.0
|
||||
-50000.0
|
||||
3140000000000000.0
|
||||
#close 2016-05-23-22-44-54
|
||||
-3140000000000000.0
|
||||
NAN.0
|
||||
NAN.0
|
||||
0.000012
|
||||
0
|
||||
-0
|
||||
inf
|
||||
-inf
|
||||
0.0
|
||||
nan
|
||||
#close 2017-11-02-21-00-25
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue