diff options
Diffstat (limited to 'test')
-rw-r--r-- | test/extra/pretty/repeated-directives.ttl | 7 | ||||
-rw-r--r-- | test/test_reader_writer.c | 2 |
2 files changed, 8 insertions, 1 deletions
diff --git a/test/extra/pretty/repeated-directives.ttl b/test/extra/pretty/repeated-directives.ttl index 68c3e6cf..c7875c31 100644 --- a/test/extra/pretty/repeated-directives.ttl +++ b/test/extra/pretty/repeated-directives.ttl @@ -8,3 +8,10 @@ eg:s eg:p eg:o , eg:o . + +@prefix eg: <eg#> . +@prefix eg: <http://example.org/eg#> . +@prefix eg: <http://example.org/eg#> . +@base <base> . +@base <http://example.org/base> . +@base <http://example.org/base> . 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; |