diff options
author | Nick Mathewson <nickm@torproject.org> | 2020-08-03 08:54:03 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2020-08-03 08:54:03 -0400 |
commit | d1fda62d11139830b0d81d56d0dfd372237d0be6 (patch) | |
tree | bcd54004a203fe54e8009256929fc2b408d82f54 /src/test/test_protover.c | |
parent | 3e3b0b0443b6486553e5cfc18a23a8d7cb7ae4c4 (diff) | |
parent | 32b33c0d21ce471d735abbedc26d26998238c380 (diff) | |
download | tor-d1fda62d11139830b0d81d56d0dfd372237d0be6.tar.gz tor-d1fda62d11139830b0d81d56d0dfd372237d0be6.zip |
Merge remote-tracking branch 'tor-gitlab/mr/94'
Diffstat (limited to 'src/test/test_protover.c')
-rw-r--r-- | src/test/test_protover.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/test/test_protover.c b/src/test/test_protover.c index 5e74265550..4ccec73699 100644 --- a/src/test/test_protover.c +++ b/src/test/test_protover.c @@ -612,6 +612,10 @@ test_protover_vote_roundtrip(void *args) { "N-1=1,2", "N-1=1-2" }, { "-1=4294967295", NULL }, { "-1=3", "-1=3" }, + { "Foo=,", NULL }, + { "Foo=,1", NULL }, + { "Foo=1,,3", NULL }, + { "Foo=1,3,", NULL }, /* junk. */ { "!!3@*", NULL }, /* Missing equals sign */ |