diff --git a/test_parser.c b/test_parser.c index 7ff44a04..1c56638b 100644 --- a/test_parser.c +++ b/test_parser.c @@ -68,7 +68,7 @@ int main() { keywordset_free(tags); - static char text[8001]; + static char text[8002]; text[8001] = 0; memset(text, '(', 8000); test_expression(tags, text, 1, 0);