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 d94d7e90..2a77135c 100644 --- a/test/test_overflow.c +++ b/test/test_overflow.c @@ -74,6 +74,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, }; |