diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2015-06-19 06:17:00 -0700 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2015-06-19 06:17:00 -0700 |
commit | 5d4159ba88001b52b814f13210421b8efd5cf9f2 (patch) | |
tree | 0a48222e64bcc336b969189d1b51f863971325c1 /ChangeLog | |
parent | 1081759195124f46fba0028c3583aa878fa72869 (diff) | |
download | txr-5d4159ba88001b52b814f13210421b8efd5cf9f2.tar.gz txr-5d4159ba88001b52b814f13210421b8efd5cf9f2.tar.bz2 txr-5d4159ba88001b52b814f13210421b8efd5cf9f2.zip |
Test ifa macro.
* Makefile (TEST_OUT): Include .tl files.
(tst/%.out): New rule variant, from .tl prerequisite.
* tests/012/ifa.expected: New file.
* tests/012/ifa.tl: New file.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -1,5 +1,16 @@ 2015-06-19 Kaz Kylheku <kaz@kylheku.com> + Test ifa macro. + + * Makefile (TEST_OUT): Include .tl files. + (tst/%.out): New rule variant, from .tl prerequisite. + + * tests/012/ifa.expected: New file. + + * tests/012/ifa.tl: New file. + +2015-06-19 Kaz Kylheku <kaz@kylheku.com> + * parser.c (parser_mark): Do not mark p->syntax_tree if its value is nao. Introduced on 2015-06-10, "Error handling improvement in read". |