From aff9a08de8df4d050ff0bcb007c25dcb30997327 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Sat, 19 Nov 2022 23:20:46 +0100 Subject: proj: allow multiple arguments --- tests/test.mew | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tests') diff --git a/tests/test.mew b/tests/test.mew index 52de20a..9220312 100644 --- a/tests/test.mew +++ b/tests/test.mew @@ -508,6 +508,8 @@ (test 1 ((proj 0) 1 2 3)) (test 2 ((proj 1) 1 2 3)) (test 3 ((proj 2) 1 2 3)) + (test '(3 2) (receive ((proj 2 1) 1 2 3))) + (test '() (receive ((proj) 1 2 3))) (test-error ((proj 4) 1 2 3))) (test-group "fail" -- cgit 1.4.1