commit 4f3e6d5027c6c5ee49929f5329235f6c5de6ef6a
parent 87aacbfbba2e2fee67de218b721c0bdb9a0ae73a
Author: cypherpunks <cypherpunks@torproject.org>
Date: Fri, 17 Aug 2018 17:14:25 +0000
test/protover: add test for hyphen parsing bug
Diffstat:
1 file changed, 4 insertions(+), 0 deletions(-)
diff --git 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 */