From 8fd7442bf8dda8918a2ad606ffa2b9f85f622220 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Fri, 11 Apr 2025 12:17:07 -0400 Subject: Write a blank line between statements and Turtle/TriG directives --- test/test_reader_writer.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/test_reader_writer.c') diff --git a/test/test_reader_writer.c b/test/test_reader_writer.c index ceaae30f..78123110 100644 --- a/test/test_reader_writer.c +++ b/test/test_reader_writer.c @@ -144,7 +144,7 @@ static void test_write_errors(void) { // Syntax-keyed array of output document sizes - static const size_t max_offsets[] = {0, 451, 1911, 2003, 465}; + static const size_t max_offsets[] = {0, 452, 1911, 2003, 466}; for (unsigned s = 1; s <= (unsigned)SERD_TRIG; ++s) { const SerdSyntax syntax = (SerdSyntax)s; -- cgit v1.2.1