mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00

Currently `to_count` reports an error for trailing spaces (but not for leading ones) while `to_int` silently accepts them. This patch adds baselines capture the current behavior.
5 lines
475 B
Text
5 lines
475 B
Text
### BTest baseline data generated by btest-diff. Do not edit. Use "btest -U/-u" to update. Requires BTest >= 0.63.
|
|
error in <...>/to_count.zeek, line 8: bad conversion to count (int_to_count(a) and -2)
|
|
error in <...>/to_count.zeek, line 20: bad conversion to count (to_count() and )
|
|
error in <...>/to_count.zeek, line 24: bad conversion to count (to_count(206 ) and 206 )
|
|
error in <...>/to_count.zeek, line 25: bad conversion to count (to_count(not a count) and not a count)
|