summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2011-10-01 20:10:50 -0700
committerKaz Kylheku <kaz@kylheku.com>2011-10-01 20:10:50 -0700
commitd3cf94ea8a6edda25d9b330d3a6523bd5e28dedc (patch)
tree916e307d85a7fbf8bb30c256f10988851aa96bb3 /ChangeLog
parent2e7542a6b590e4662cff1ab1eab62945b7bbccad (diff)
downloadtxr-d3cf94ea8a6edda25d9b330d3a6523bd5e28dedc.tar.gz
txr-d3cf94ea8a6edda25d9b330d3a6523bd5e28dedc.tar.bz2
txr-d3cf94ea8a6edda25d9b330d3a6523bd5e28dedc.zip
Tokenizing test case, exercising for @(coll :gap 0)
and horizontal @(choose :shortest ...). * Makefile: Defined TXR_ARGS for tests/008 directory. * tests/008/data: New file. * tests/008/tokenize.expected: New file. * tests/008/tokenize.txr: New file.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index a57a1615..d2058bc5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,16 @@
2011-10-01 Kaz Kylheku <kaz@kylheku.com>
+ Tokenizing test case, exercising for @(coll :gap 0)
+ and horizontal @(choose :shortest ...).
+
+ * Makefile: Defined TXR_ARGS for tests/008 directory.
+
+ * tests/008/data: New file.
+ * tests/008/tokenize.expected: New file.
+ * tests/008/tokenize.txr: New file.
+
+2011-10-01 Kaz Kylheku <kaz@kylheku.com>
+
New test case, covering exception handling across nested
function invocations.