diff options
Diffstat (limited to 'test/test_overflow.c')
-rw-r--r-- | test/test_overflow.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/test/test_overflow.c b/test/test_overflow.c index bc0a2aaf..6e018033 100644 --- a/test/test_overflow.c +++ b/test/test_overflow.c @@ -59,6 +59,9 @@ test_ntriples_overflow(void) { static const char* const test_strings[] = { "<http://example.org/s> <http://example.org/p> <http://example.org/o> .", + "<http://example.org/s> <http://example.org/p> \"literal\" .", + "<http://example.org/s> <http://example.org/p> _:blank .", + "<http://example.org/s> <http://example.org/p> \"\"@en .", NULL, }; |