aboutsummaryrefslogtreecommitdiff
path: root/src/test/test_protover.c
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2018-09-21 09:35:54 -0400
committerNick Mathewson <nickm@torproject.org>2018-09-21 09:35:54 -0400
commite818a7190599ff46184e1b8541b2317c145e6d8d (patch)
tree400e0e6069c51a60cd45c252e5c7eaa33cdf0757 /src/test/test_protover.c
parent163230e2405af394ce3684dc7fdf2475bf1318b0 (diff)
parent2cadd93cea374664f151e945549b95f0b1f49b00 (diff)
downloadtor-e818a7190599ff46184e1b8541b2317c145e6d8d.tar.gz
tor-e818a7190599ff46184e1b8541b2317c145e6d8d.zip
Merge branch 'maint-0.3.3' into maint-0.3.4
Diffstat (limited to 'src/test/test_protover.c')
-rw-r--r--src/test/test_protover.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/test/test_protover.c b/src/test/test_protover.c
index 15c5febe0b..2476693005 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 },