mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 14:48:21 +00:00

This also installs symlinks from "zeek" and "bro-config" to a wrapper script that prints a deprecation warning. The btests pass, but this is still WIP. broctl renaming is still missing. #239
13 lines
625 B
Text
13 lines
625 B
Text
# @TEST-EXEC: zeek %INPUT >output
|
|
# @TEST-EXEC: btest-diff output
|
|
|
|
# This is loaded by default.
|
|
#@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.");
|