diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2014-03-01 08:59:45 -0800 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2014-03-01 08:59:45 -0800 |
commit | 323e8d69a775176ef9f412c19de479d44d81235d (patch) | |
tree | 62cb1567586471df50c413a68b71b080ff03c720 /ChangeLog | |
parent | 39c7a72827a80326b7095331eceaa67661b2c6b9 (diff) | |
download | txr-323e8d69a775176ef9f412c19de479d44d81235d.tar.gz txr-323e8d69a775176ef9f412c19de479d44d81235d.tar.bz2 txr-323e8d69a775176ef9f412c19de479d44d81235d.zip |
* tests/011/special-1.txr: Add some coverage for evaluation
of a re-bound special under the Lisp-1 evaluation of the [ ]
notation. This test case would have failed three commits
back.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,5 +1,12 @@ 2014-03-01 Kaz Kylheku <kaz@kylheku.com> + * tests/011/special-1.txr: Add some coverage for evaluation + of a re-bound special under the Lisp-1 evaluation of the [ ] + notation. This test case would have failed three commits + back. + +2014-03-01 Kaz Kylheku <kaz@kylheku.com> + * eval.c (expand_qquote): Another bugfix: not recognizing a trailing atom that comes out of recursive call, wrapped in (quote ...), resulting in '(,a . b) expanding to (append 'a . quote b) |