mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 14:48:21 +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}
|
Loading…
Add table
Add a link
Reference in a new issue