mirror of
https://github.com/zeek/zeek.git
synced 2025-10-15 21:18:20 +00:00
BTest baseline update for more complete function/lambda names
This commit is contained in:
parent
32d254bd47
commit
61258587bf
61 changed files with 3750 additions and 3750 deletions
|
@ -1,12 +1,12 @@
|
|||
### BTest baseline data generated by btest-diff. Do not edit. Use "btest -U/-u" to update. Requires BTest >= 0.63.
|
||||
peer added
|
||||
receiver got ping: my-message, myfunc\x0a{ \x0aprint fmt(myfunc(%s), c);\x0a}
|
||||
receiver got ping: my-message, myfunc: function(c:count) : void\x0a{ \x0aprint fmt(myfunc(%s), c);\x0a}
|
||||
myfunc(1)
|
||||
receiver got ping: my-message, myfunc\x0a{ \x0aprint fmt(myfunc(%s), c);\x0a}
|
||||
receiver got ping: my-message, myfunc: function(c:count) : void\x0a{ \x0aprint fmt(myfunc(%s), c);\x0a}
|
||||
myfunc(2)
|
||||
receiver got ping: my-message, myfunc\x0a{ \x0aprint fmt(myfunc(%s), c);\x0a}
|
||||
receiver got ping: my-message, myfunc: function(c:count) : void\x0a{ \x0aprint fmt(myfunc(%s), c);\x0a}
|
||||
myfunc(3)
|
||||
receiver got ping: my-message, myfunc\x0a{ \x0aprint fmt(myfunc(%s), c);\x0a}
|
||||
receiver got ping: my-message, myfunc: function(c:count) : void\x0a{ \x0aprint fmt(myfunc(%s), c);\x0a}
|
||||
myfunc(4)
|
||||
receiver got ping: my-message, myfunc\x0a{ \x0aprint fmt(myfunc(%s), c);\x0a}
|
||||
receiver got ping: my-message, myfunc: function(c:count) : void\x0a{ \x0aprint fmt(myfunc(%s), c);\x0a}
|
||||
myfunc(5)
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
### BTest baseline data generated by btest-diff. Do not edit. Use "btest -U/-u" to update. Requires BTest >= 0.63.
|
||||
peer added
|
||||
sender got pong: my-message, myfunc\x0a{ \x0aprint fmt(bodiesdontsend(%s), c);\x0a}
|
||||
sender got pong: my-message, myfunc: function(c:count) : void\x0a{ \x0aprint fmt(bodiesdontsend(%s), c);\x0a}
|
||||
bodiesdontsend(1)
|
||||
sender got pong: my-message, myfunc\x0a{ \x0aprint fmt(bodiesdontsend(%s), c);\x0a}
|
||||
sender got pong: my-message, myfunc: function(c:count) : void\x0a{ \x0aprint fmt(bodiesdontsend(%s), c);\x0a}
|
||||
bodiesdontsend(2)
|
||||
sender got pong: my-message, myfunc\x0a{ \x0aprint fmt(bodiesdontsend(%s), c);\x0a}
|
||||
sender got pong: my-message, myfunc: function(c:count) : void\x0a{ \x0aprint fmt(bodiesdontsend(%s), c);\x0a}
|
||||
bodiesdontsend(3)
|
||||
sender got pong: my-message, myfunc\x0a{ \x0aprint fmt(bodiesdontsend(%s), c);\x0a}
|
||||
sender got pong: my-message, myfunc: function(c:count) : void\x0a{ \x0aprint fmt(bodiesdontsend(%s), c);\x0a}
|
||||
bodiesdontsend(4)
|
||||
peer lost
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue