summaryrefslogtreecommitdiffstats
path: root/tests/012
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2015-07-24 18:23:51 -0700
committerKaz Kylheku <kaz@kylheku.com>2015-07-24 18:23:51 -0700
commit572f1fcfd4a2399395c2ce37d892f53117b84222 (patch)
tree1d070e483a8a84dce7616a74ebb88b607eb5b8c3 /tests/012
parent5243b933a609af037a5e39f76ea7d61b07bd1343 (diff)
downloadtxr-572f1fcfd4a2399395c2ce37d892f53117b84222.tar.gz
txr-572f1fcfd4a2399395c2ce37d892f53117b84222.tar.bz2
txr-572f1fcfd4a2399395c2ce37d892f53117b84222.zip
* tests/012/ifa.tl: New test for it being bound to a place.
Diffstat (limited to 'tests/012')
-rw-r--r--tests/012/ifa.tl5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/012/ifa.tl b/tests/012/ifa.tl
index 64fc6793..214f752b 100644
--- a/tests/012/ifa.tl
+++ b/tests/012/ifa.tl
@@ -37,3 +37,8 @@
((oddp (+ 2 x)) (list it))))
(7))
+(test (let ((l (list 1 2 3)))
+ (ifa (evenp (second l))
+ (inc it))
+ l)
+ (1 3 3))