diff options
author | Nick Mathewson <nickm@torproject.org> | 2018-09-21 09:36:31 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2018-09-21 09:36:31 -0400 |
commit | 9b0a17a74f5d8cd7c5d8a07dd275e7d96bd4fd35 (patch) | |
tree | 4289c92c0b9f2833801dd5f36d3fc48d46d3ac66 /src/test/test_protover.c | |
parent | 96d1f2e6d0ebcb97aa66a1416d147533b24fac9c (diff) | |
parent | e818a7190599ff46184e1b8541b2317c145e6d8d (diff) | |
download | tor-9b0a17a74f5d8cd7c5d8a07dd275e7d96bd4fd35.tar.gz tor-9b0a17a74f5d8cd7c5d8a07dd275e7d96bd4fd35.zip |
Merge branch 'maint-0.3.4'
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 123faccdab..b835e28ab5 100644 --- a/src/test/test_protover.c +++ b/src/test/test_protover.c @@ -554,6 +554,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 }, |