mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00
testing/btest/*js: Comment all @TEST lines
This commit is contained in:
parent
86249db2a3
commit
51f504b38f
4 changed files with 15 additions and 14 deletions
|
@ -15,8 +15,8 @@ zeek.on('file_state_remove', (f) => {
|
|||
f.info.from_js = "Hello from JavaScript";
|
||||
});
|
||||
|
||||
@TEST-START-FILE ext.zeek
|
||||
// @TEST-START-FILE ext.zeek
|
||||
redef record Files::Info += {
|
||||
from_js: string &log &optional;
|
||||
};
|
||||
@TEST-END-FILE
|
||||
// @TEST-END-FILE
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue