/* Copyright (c) 2016-2018 Dovecot authors, see the included COPYING file */
#include "test-lib.h"
#include "str.h"
#include "ostream.h"
#include "ostream-escaped.h"
#include "json-parser.h"
static void test_ostream_escaped_json(void)
{
test_begin("test_ostream_escaped_json()");
/* test sending iovec */
/* reset buffer */
/* test shrinking ostream-escaped's max buffer size */
/* reset buffer */
/* test shrinking sink's max buffer size */
/* send the rest */
test_end();
}
static void test_ostream_escaped_hex(void)
{
test_begin("test_ostream_escaped_hex()");
test_end();
}
void test_ostream_escaped(void) {
}