diff options
| author | Taylan Kammer <taylan.kammer@gmail.com> | 2025-03-18 21:39:51 +0100 |
|---|---|---|
| committer | Taylan Kammer <taylan.kammer@gmail.com> | 2025-03-18 21:39:51 +0100 |
| commit | f1c256884b0d59683e8bd43160b048561191a809 (patch) | |
| tree | 804f356fccb0e1a2b77f61e25bc81cbfc2452b03 /test-data/parser-test-2.scm | |
| parent | c43c3c22e5d0f872168c5b687141c7b08a188c5d (diff) | |
Implement istr.
Diffstat (limited to 'test-data/parser-test-2.scm')
| -rw-r--r-- | test-data/parser-test-2.scm | 19 |
1 files changed, 19 insertions, 0 deletions
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))))))))))))))))))) |
