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

- Use `-b` most everywhere, it will save time. - Start some intel tests upon the input file being fully read instead of at an arbitrary time. - Improve termination condition for some sumstats/cluster tests. - Filter uninteresting output from some supervisor tests. - Test for `notice_policy.log` is no longer needed.
12 lines
598 B
Text
12 lines
598 B
Text
# @TEST-EXEC: zeek -b %INPUT >output
|
|
# @TEST-EXEC: btest-diff output
|
|
|
|
@load base/utils/numbers
|
|
|
|
print extract_count("These aren't the numbers you're looking for.");
|
|
print extract_count("13These aren't the numbers you're looking for.");
|
|
print extract_count("13 These aren't the numbers you're looking for.");
|
|
print extract_count("These aren't the 13 numbers you're looking for.");
|
|
print extract_count("These aren't the numbers you're looking for.13");
|
|
print extract_count("These aren't the numbers you're looking for. 13");
|
|
print extract_count("These aren't the 1abc3 numbers you're looking for.");
|