Add more test cases to ascii-double.bro

This commit is contained in:
Daniel Thayer 2017-11-02 16:16:06 -05:00
parent b6e3603481
commit aee307f02b
3 changed files with 104 additions and 12 deletions

View file

@ -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