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)
commit9af810992a3d08e5964ca72b8b6221e120fb42d8 (patch)
treea52dbc4a8914a59243eb5871aa40958b6f8f5ccc /ChangeLog
parent18503cb00a32b1fcb0cb46b7b3649903f38c989a (diff)
downloadtcl-9af810992a3d08e5964ca72b8b6221e120fb42d8.zip
tcl-9af810992a3d08e5964ca72b8b6221e120fb42d8.tar.gz
tcl-9af810992a3d08e5964ca72b8b6221e120fb42d8.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.