mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00

Ad-hoc include module names in the global_ids() table. Table values will have the type_name field set to "module" and their key in the table is prefixed with "module " to avoid clashes with existing global identifiers shadowing module names (Management::Node being an existing example). Closes #3136
4 lines
552 B
Text
4 lines
552 B
Text
### BTest baseline data generated by btest-diff. Do not edit. Use "btest -U/-u" to update. Requires BTest >= 0.63.
|
|
module MyModule, [type_name=module, exported=F, constant=F, enum_constant=F, option_value=F, redefinable=F, broker_backend=F, value=<uninitialized>]
|
|
module GLOBAL, [type_name=module, exported=F, constant=F, enum_constant=F, option_value=F, redefinable=F, broker_backend=F, value=<uninitialized>]
|
|
MyModule, [type_name=string, exported=F, constant=F, enum_constant=F, option_value=F, redefinable=F, broker_backend=F, value=shadows module]
|