summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2011-05-02 20:10:00 (GMT)
committerdgp <dgp@users.sourceforge.net>2011-05-02 20:10:00 (GMT)
commit4f558942fb97b0dd3652ee2a257fe94b1dc3a8db (patch)
treea52dbc4a8914a59243eb5871aa40958b6f8f5ccc /ChangeLog
parent58a04d6f1325fc9905ccac80234f9fc0d92b0318 (diff)
downloadtcl-4f558942fb97b0dd3652ee2a257fe94b1dc3a8db.zip
tcl-4f558942fb97b0dd3652ee2a257fe94b1dc3a8db.tar.gz
tcl-4f558942fb97b0dd3652ee2a257fe94b1dc3a8db.tar.bz2
Tests for expanded literals quoting detection.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index e98d492..0207c97 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -18,6 +18,8 @@
scenario. Simply looking for the braces where they must be is the
revision available to those callers, and it will backport cleanly.
+ * tests/parse.test: Tests for expanded literals quoting detection.
+
* generic/tclInt.h: Replace TclCountSpaceRuns() with
* generic/tclListObj.c: TclMaxListLength() which is the function we
* generic/tclUtil.c: actually want.