mirror of
https://github.com/zeek/zeek.git
synced 2025-10-09 10:08:20 +00:00
baseline differences for "xform" alternative: changes generally reflect exposure of transformed code, or error propagation stopping earlier due to error now occurring in an assignment (to a temporary)
This commit is contained in:
parent
0e4c996718
commit
06f0a1b3df
29 changed files with 14885 additions and 0 deletions
|
@ -0,0 +1,13 @@
|
|||
### BTest baseline data generated by btest-diff. Do not edit. Use "btest -U/-u" to update. Requires BTest >= 0.63.
|
||||
1|-42|SSH::LOG|21|123|10.0.0.0/24|1.2.3.4|3.14|XXXXXXXXXX.XXXXXX|100.0|hurz|4,2,3,1|CC,BB,AA|(empty)|10,20,30|(empty)|SSH::foo
|
||||
if (0 < SSH::i)
|
||||
return (Foo);
|
||||
else
|
||||
return (Bar);
|
||||
|
||||
1|-42|SSH::LOG|21|123|10.0.0.0/24|1.2.3.4|3.14|XXXXXXXXXX.XXXXXX|100.0|hurz|4,2,3,1|CC,BB,AA|(empty)|10,20,30|(empty)|SSH::foo
|
||||
if (0 < SSH::i)
|
||||
return (Foo);
|
||||
else
|
||||
return (Bar);
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue