From 41bbb6d138a8a05bd6bc9fbd3f94a551d9987197 Mon Sep 17 00:00:00 2001 From: David Robillard 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 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[] = { + " :%99 .", " .", " " " .", + " eg:foo .", " 1234 .", " (1 2 3 4) .", - " ((((((((42)))))))) .", + " (((((((42))))))) .", " \"literal\" .", " _:blank .", " true .", -- cgit v1.2.1