mirror of
https://github.com/zeek/zeek.git
synced 2025-10-14 12:38:20 +00:00
parent
43752b3d9f
commit
c36a449c76
6 changed files with 51 additions and 1 deletions
5
testing/btest/Baseline/bifs.to_double_from_string/output
Normal file
5
testing/btest/Baseline/bifs.to_double_from_string/output
Normal file
|
@ -0,0 +1,5 @@
|
|||
to_double(3.14) = 3.14 (SUCCESS)
|
||||
to_double(-3.14) = -3.14 (SUCCESS)
|
||||
to_double(0) = 0.0 (SUCCESS)
|
||||
to_double(NotADouble) = 0.0 (SUCCESS)
|
||||
to_double() = 0.0 (SUCCESS)
|
Loading…
Add table
Add a link
Reference in a new issue