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 6c67d7cc..bc0a2aaf 100644
--- a/test/test_overflow.c
+++ b/test/test_overflow.c
@@ -75,12 +75,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 .",