From 4f3e6d5027c6c5ee49929f5329235f6c5de6ef6a Mon Sep 17 00:00:00 2001 From: cypherpunks Date: Fri, 17 Aug 2018 17:14:25 +0000 Subject: [PATCH] test/protover: add test for hyphen parsing bug --- src/test/test_protover.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/test/test_protover.c b/src/test/test_protover.c index 0948cd5640..907b334bee 100644 --- a/src/test/test_protover.c +++ b/src/test/test_protover.c @@ -575,6 +575,10 @@ test_protover_vote_roundtrip(void *args) { "Faux=-1", NULL }, { "Faux=-1-3", NULL }, { "Faux=1--1", NULL }, + { "Link=1-2-", NULL }, + { "Link=1-2-3", NULL }, + { "Faux=1-2-", NULL }, + { "Faux=1-2-3", NULL }, /* Large integers */ { "Link=4294967296", NULL }, /* Large range */