mirror of
https://github.com/zeek/zeek.git
synced 2025-10-15 04:58:21 +00:00

* All "Broxygen" usages have been replaced in code, documentation, filenames, etc. * Sphinx roles/directives like ":bro:see" are now ":zeek:see" * The "--broxygen" command-line option is now "--zeexygen"
7 lines
273 B
Text
7 lines
273 B
Text
# Shouldn't emit any warnings about not being able to document something
|
|
# that's supplied via command line script.
|
|
|
|
# @TEST-EXEC: unset BRO_DISABLE_BROXYGEN; bro %INPUT -e 'redef myvar=10; print myvar' >output 2>&1
|
|
# @TEST-EXEC: btest-diff output
|
|
|
|
const myvar = 5 &redef;
|