From 572f1fcfd4a2399395c2ce37d892f53117b84222 Mon Sep 17 00:00:00 2001 From: Kaz Kylheku Date: Fri, 24 Jul 2015 18:23:51 -0700 Subject: * tests/012/ifa.tl: New test for it being bound to a place. --- ChangeLog | 4 ++++ tests/012/ifa.tl | 5 +++++ 2 files changed, 9 insertions(+) diff --git a/ChangeLog b/ChangeLog index 8e083b18..933ab73d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2015-07-24 Kaz Kylheku + + * tests/012/ifa.tl: New test for it being bound to a place. + 2015-07-24 Kaz Kylheku Bugfix: place-form-p must expand place macros. 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)) -- cgit v1.2.3