tor

The Tor anonymity network
git clone https://git.dasho.dev/tor.git
Log | Files | Refs | README | LICENSE

commit 3d7a705d3a05e9f96d330f5862ebf4fb6e2961c8
parent 721763126e86a0050fcd349fa7ed6d46eda30bd8
Author: Nick Mathewson <nickm@torproject.org>
Date:   Tue, 28 Aug 2018 21:32:46 -0400

Merge remote-tracking branch 'onionk/prototest1'

Diffstat:
Msrc/test/test_protover.c | 8++++++++
1 file changed, 8 insertions(+), 0 deletions(-)

diff --git a/src/test/test_protover.c b/src/test/test_protover.c @@ -575,6 +575,14 @@ 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 }, + { "Link=\t1,3", NULL }, + { "Link=1\n,3", NULL }, + { "Faux=1,\r3", NULL }, + { "Faux=1,3\f", NULL }, /* Large integers */ { "Link=4294967296", NULL }, /* Large range */