projects
/
jscl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b5ea010
)
Add test case for ticket #23
author
David Vázquez
<davazp@gmail.com>
Thu, 25 Apr 2013 22:03:24 +0000
(23:03 +0100)
committer
David Vázquez
<davazp@gmail.com>
Thu, 25 Apr 2013 22:03:24 +0000
(23:03 +0100)
tests/setf.lisp
[new file with mode: 0644]
patch
|
blob
diff --git a/tests/setf.lisp
b/tests/setf.lisp
new file mode 100644
(file)
index 0000000..
2107115
--- /dev/null
+++ b/
tests/setf.lisp
@@ -0,0
+1,5
@@
+
+(test (= 2
+ (let ((x 0))
+ (incf x (setf x 1))
+ x)))