mirror of
https://github.com/zeek/zeek.git
synced 2025-10-06 08:38:20 +00:00
10 lines
136 B
Text
10 lines
136 B
Text
#
|
|
# @TEST-EXEC: bro -b %INPUT >out
|
|
# @TEST-EXEC: btest-diff out
|
|
|
|
event bro_init()
|
|
{
|
|
local a = "hello there";
|
|
|
|
print edit(a, "e");
|
|
}
|