diff options
author | Nick Mathewson <nickm@torproject.org> | 2018-09-21 09:35:51 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2018-09-21 09:35:51 -0400 |
commit | 2cadd93cea374664f151e945549b95f0b1f49b00 (patch) | |
tree | 9dcaddada998f484d4f2663028f9f2530e76339a /src/test/test_protover.c | |
parent | 75b95e1c8e28e1136b5bc98fd89321e478f4b836 (diff) | |
parent | 5b04392c1553e2a3e278a48f8d0e071181c0444f (diff) | |
download | tor-2cadd93cea374664f151e945549b95f0b1f49b00.tar.gz tor-2cadd93cea374664f151e945549b95f0b1f49b00.zip |
Merge branch 'maint-0.3.2' into maint-0.3.3
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 fb374c728b..026ae2ddd8 100644 --- a/src/test/test_protover.c +++ b/src/test/test_protover.c @@ -543,6 +543,10 @@ test_protover_vote_roundtrip(void *args) const char *input; const char *expected_output; } examples[] = { + { "Risqu\u00e9=1", NULL }, + { ",,,=1", NULL }, + { "\xc1=1", NULL }, + { "Foo_Bar=1", NULL }, { "Fkrkljdsf", NULL }, { "Zn=4294967295", NULL }, { "Zn=4294967295-1", NULL }, |