mirror of
https://github.com/zeek/zeek.git
synced 2025-10-16 13:38:19 +00:00
GH-174: Add warning for duplicate attributes
This commit is contained in:
parent
9f802b2a4d
commit
989531826f
4 changed files with 20 additions and 5 deletions
6
testing/btest/language/duplicate-attributes.zeek
Normal file
6
testing/btest/language/duplicate-attributes.zeek
Normal file
|
@ -0,0 +1,6 @@
|
|||
# @TEST-EXEC: zeek -b %INPUT >out 2>&1
|
||||
# @TEST-EXEC: TEST_DIFF_CANONIFIER=$SCRIPTS/diff-remove-abspath btest-diff out
|
||||
|
||||
global a: table[count] of count
|
||||
&default = 10 &default = 9
|
||||
&read_expire = 5 sec &read_expire = 1 min;
|
Loading…
Add table
Add a link
Reference in a new issue