testing/btest/*js: Comment all @TEST lines

This commit is contained in:
Arne Welzel 2025-04-17 15:46:21 +02:00
parent 86249db2a3
commit 51f504b38f
4 changed files with 15 additions and 14 deletions

View file

@ -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