aboutsummaryrefslogtreecommitdiffstats
path: root/test/test_overflow.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/test_overflow.c')
-rw-r--r--test/test_overflow.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/test/test_overflow.c b/test/test_overflow.c
index 8395a13b..936187a9 100644
--- a/test/test_overflow.c
+++ b/test/test_overflow.c
@@ -84,12 +84,14 @@ static void
test_turtle_overflow(void)
{
static const char* const test_strings[] = {
+ "<http://example.org/s> <http://example.org/p> :%99 .",
"<http://example.org/s> <http://example.org/p> <http://example.org/> .",
"<http://example.org/s> <http://example.org/p> "
"<thisisanabsurdlylongurischeme://because/testing/> .",
+ "<http://example.org/s> <http://example.org/p> eg:foo .",
"<http://example.org/s> <http://example.org/p> 1234 .",
"<http://example.org/s> <http://example.org/p> (1 2 3 4) .",
- "<http://example.org/s> <http://example.org/p> ((((((((42)))))))) .",
+ "<http://example.org/s> <http://example.org/p> (((((((42))))))) .",
"<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> true .",