summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/011/patmatch.tl3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/011/patmatch.tl b/tests/011/patmatch.tl
index da2f8de4..fbdd3da0 100644
--- a/tests/011/patmatch.tl
+++ b/tests/011/patmatch.tl
@@ -470,6 +470,9 @@
(list x y))
((1 2) (1 4) (3 2) (3 4) (5 2) (5 4)))
+(test
+ (each-match (@a '(1 2 3)) (return 42)) 42)
+
(mtest
(when-match ^(,a ,b) '(1 2) (list a b)) (1 2)
(when-match ^(,(oddp @a) ,(evenp @b)) '(1 2) (list a b)) (1 2)