diff options
Diffstat (limited to 'src/or/test.c')
-rw-r--r-- | src/or/test.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/or/test.c b/src/or/test.c index 147c5c209a..c25bd189cd 100644 --- a/src/or/test.c +++ b/src/or/test.c @@ -1174,6 +1174,7 @@ test_control_formats(void) sz = read_escaped_data(inp, strlen(inp), 1, &out); test_streq(out, ".This is a test\nof the emergency \nbroadcast\n.system.\nZ.\n"); + test_eq(sz, strlen(out)); tor_free(out); } |