Skip to content

Commit

Permalink
Merge remote-tracking branch 'onionk/prototest1'
Browse files Browse the repository at this point in the history
  • Loading branch information
nmathewson committed Aug 29, 2018
2 parents 7217631 + 18416b2 commit 3d7a705
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/test/test_protover.c
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
Expand Down

0 comments on commit 3d7a705

Please sign in to comment.