mirror of
https://github.com/zeek/zeek.git
synced 2025-10-03 23:28:20 +00:00
Implemented a nearly generic Queue in scriptland.
This commit is contained in:
parent
257b460b18
commit
5b81cfe7e2
4 changed files with 224 additions and 0 deletions
11
testing/btest/Baseline/scripts.base.utils.queue/output
Normal file
11
testing/btest/Baseline/scripts.base.utils.queue/output
Normal file
|
@ -0,0 +1,11 @@
|
|||
This is a get_cnt_vector test: 3
|
||||
This is a get_cnt_vector test: 4
|
||||
This is a get_str_vector test: 3
|
||||
This is a get_str_vector test: 4
|
||||
Testing pop: 3
|
||||
Length after pop: 1
|
||||
Size of q2: 4
|
||||
String queue value: test 1
|
||||
String queue value: test 2
|
||||
String queue value: test 2
|
||||
String queue value: test 1
|
Loading…
Add table
Add a link
Reference in a new issue