summary refs log tree commit diff
path: root/tests/test.mew
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test.mew')
-rw-r--r--tests/test.mew1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/test.mew b/tests/test.mew
index c01bb08..589b63e 100644
--- a/tests/test.mew
+++ b/tests/test.mew
@@ -551,6 +551,7 @@
   (test 42 (op=> 40 ,(op inc _) inc))
   (test #f (op=> 40 inc even?))
   (test 43 (op=> '(6 7) (apply * _) inc))
+  (test 43 (op=> '(6 7) unlist (compose *) inc))
   (test 42 (op=> 42)))
 
 (test-group "fun=>"