From f1c256884b0d59683e8bd43160b048561191a809 Mon Sep 17 00:00:00 2001 From: Taylan Kammer Date: Tue, 18 Mar 2025 21:39:51 +0100 Subject: Implement istr. --- test-data/parser-test-2.scm | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 test-data/parser-test-2.scm (limited to 'test-data/parser-test-2.scm') diff --git a/test-data/parser-test-2.scm b/test-data/parser-test-2.scm new file mode 100644 index 0000000..484c61e --- /dev/null +++ b/test-data/parser-test-2.scm @@ -0,0 +1,19 @@ +(a b c + (x y z + (a b c + (x y z + (a b c + (x y z + (a b c + (x y z + (a b c + (x y z + (a b c + (x y z + (a b c + (x y z + (a b c + (x y z + (a b c + (x y z + (a b c))))))))))))))))))) -- cgit v1.2.3