summaryrefslogtreecommitdiffstats
path: root/tests/012/binding.tl
diff options
context:
space:
mode:
Diffstat (limited to 'tests/012/binding.tl')
-rw-r--r--tests/012/binding.tl5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/012/binding.tl b/tests/012/binding.tl
new file mode 100644
index 00000000..59c1ff04
--- /dev/null
+++ b/tests/012/binding.tl
@@ -0,0 +1,5 @@
+(load "../common")
+
+(test
+ (mac-env-param-bind '(foo) 42 (:env e :form f x y) '(1 2) (list x y e f))
+ (1 2 42 (foo)))