aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2018-11-17 21:01:59 +0100
committerDavid Robillard <d@drobilla.net>2022-01-13 23:04:27 -0500
commit41bbb6d138a8a05bd6bc9fbd3f94a551d9987197 (patch)
tree664c3416645512fbeb6f9c9b485f02ed512e42f0 /test
parent4424a6f7781fcb9095618b2f2c846f3f99859b49 (diff)
downloadserd-41bbb6d138a8a05bd6bc9fbd3f94a551d9987197.tar.gz
serd-41bbb6d138a8a05bd6bc9fbd3f94a551d9987197.tar.bz2
serd-41bbb6d138a8a05bd6bc9fbd3f94a551d9987197.zip
Align nodes on the reader stack
Diffstat (limited to 'test')
-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 .",