#include "acutest.h"
#include "Document.hpp"
#include "Line.hpp"
#include "Syntax.hpp"
TEST_LIST = {
// Document.hpp
{ "inserted-text", test_inserted_text },
{ "erase-data", test_data_erasing },
{ "erase-text", test_text_erasing },
// Line.hpp
{ "line-insert", test_line_insert },
{ "line-count", test_line_count },
{ "prev-next-line", test_prev_next_line },
// Syntax.hpp
{ "syntax-inline-matches", test_syntax_inline_matches },
{ NULL, NULL }
};