mirror of
https://github.com/zeek/zeek.git
synced 2025-10-08 01:28:20 +00:00
Merge remote-tracking branch 'origin/topic/seth/624'
* origin/topic/seth/624: Support whitespace at end of line for config reader. This merge fixes a failing test; it also sprinkles a few more spaces into another test file. The main change is that this now also works with configuration lines that don't have a value.
This commit is contained in:
commit
66effde97d
7 changed files with 32 additions and 21 deletions
|
@ -12,11 +12,11 @@ testcount 1
|
|||
testcount 2
|
||||
testcount 2
|
||||
testint -1
|
||||
testenum Conn::LOG
|
||||
testenum Conn::LOG
|
||||
testport 45
|
||||
testportandproto 45/udp
|
||||
testaddr 127.0.0.1
|
||||
testaddr 2607:f8b0:4005:801::200e
|
||||
testaddr 2607:f8b0:4005:801::200e
|
||||
testinterval 60
|
||||
testtime 1507321987
|
||||
test_set a b c d erdbeerschnitzel
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue