summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2011-05-02 20:13:20 (GMT)
committerdgp <dgp@users.sourceforge.net>2011-05-02 20:13:20 (GMT)
commit7a2bd590d681320c0fa5b1e944cec420f6d00b77 (patch)
tree1359629d1145220aa313147065ecc562f2675afb /ChangeLog
parent69123a7afa8353216baa70838ff925ce7ab45201 (diff)
parent9af810992a3d08e5964ca72b8b6221e120fb42d8 (diff)
downloadtcl-7a2bd590d681320c0fa5b1e944cec420f6d00b77.zip
tcl-7a2bd590d681320c0fa5b1e944cec420f6d00b77.tar.gz
tcl-7a2bd590d681320c0fa5b1e944cec420f6d00b77.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 1e512ca..425bd24 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/tclCompCmds.c: New TclFindElement() is also a better
fit for the [switch] compiler.