zeek/testing/btest/Baseline/language.default-params/out
Jon Siwek e2a1d4a233 Allow default function/hook/event parameters. Addresses #972.
And changed the endianness parameter of bytestring_to_count() BIF to
default to false (big endian), mostly just to prove that the BIF parser
doesn't choke on default parameters.
2013-05-07 14:32:22 -05:00

15 lines
314 B
Text

foo_func, test
foo_func, hello
bar_func, hmm, hi, 5
bar_func, cool, beans, 5
bar_func, cool, beans, 13
foo_hook, test
foo_hook, hello
bar_hook, hmm, hi, 5
bar_hook, cool, beans, 5
bar_hook, cool, beans, 13
foo_event, test
foo_event, hello
bar_event, hmm, hi, 5
bar_event, cool, beans, 5
bar_event, cool, beans, 13