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

This change ignores leading/trailing whitespaces for a couple of data-types (bool, port, subnet, addr) and just parses them as if the whitespace was not present.
11 lines
180 B
Text
11 lines
180 B
Text
testbool, F
|
|
testcount, 1
|
|
testint, -1
|
|
testportandproto, 45/udp
|
|
testaddr, 127.0.0.3
|
|
test_set, {
|
|
127.0.0.2,
|
|
127.0.0.1,
|
|
127.0.0.3
|
|
}
|
|
test_vector, [10.0.0.1/32, 10.0.0.0/16, 10.0.0.0/8]
|