summaryrefslogtreecommitdiffstats
path: root/tests/012/quasi.tl
diff options
context:
space:
mode:
Diffstat (limited to 'tests/012/quasi.tl')
-rw-r--r--tests/012/quasi.tl4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/012/quasi.tl b/tests/012/quasi.tl
index 7511d4bd..1c4092e2 100644
--- a/tests/012/quasi.tl
+++ b/tests/012/quasi.tl
@@ -21,3 +21,7 @@
(test
[(ret `@1-@@rest`) 1 2 3 4]
"1-2 3 4")
+
+(test
+ [(ret [(ret `@1 @rest @@1 @@rest @@@rest @@@1`) 1 10]) 2 20]
+ "1 10 1 10 20 2")