From 2d43bf2b5c301ca1e4766b5048650ca1e29e38c0 Mon Sep 17 00:00:00 2001
From: David Robillard <d@drobilla.net>
Date: Sat, 17 Nov 2018 21:01:59 +0100
Subject: Align nodes on the reader stack

---
 test/test_overflow.c | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

(limited to 'test')

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 .",
-- 
cgit v1.2.1