mirror of
git://git.code.sf.net/p/dhcpd-pools/code
synced 2025-12-17 16:26:59 +00:00
getdata: fix consecutive range definition regression
The added test demonstrates the issue. If a did not end with whitespace it was skipped. Reported-by: Fredrik Lysén <fredrik.lysen@uadm.uu.se> Signed-off-by: Sami Kerola <kerolasa@iki.fi>
This commit is contained in:
parent
48caf5fb42
commit
7fc354827a
7 changed files with 8 additions and 1 deletions
|
|
@ -14,6 +14,7 @@ TESTS = \
|
|||
tests/full-json \
|
||||
tests/leading0 \
|
||||
tests/one-ip \
|
||||
tests/one-line \
|
||||
tests/same-twice \
|
||||
tests/simple \
|
||||
tests/v6
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue