summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorPeter Stephenson <pws@zsh.org>2016-11-15 16:01:32 +0000
committerPeter Stephenson <pws@zsh.org>2016-11-15 16:01:32 +0000
commite9dbfa8046e0da6dbb37340df9d3c95f410a713b (patch)
tree121e0b4386c79370a492b21f30520f23b1a7691b /ChangeLog
parent3fd50d06a12da8b4a9b4201272ca1f08fabd415e (diff)
downloadzsh-e9dbfa8046e0da6dbb37340df9d3c95f410a713b.tar.gz
zsh-e9dbfa8046e0da6dbb37340df9d3c95f410a713b.tar.xz
zsh-e9dbfa8046e0da6dbb37340df9d3c95f410a713b.zip
39947: Additional test for array subscripts.
This checks out-of-range multiple subscripts with and without
the (@) flag.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 150430113..885777e37 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2016-11-15  Peter Stephenson  <p.stephenson@samsung.com>
+
+	* 39947: Test/D04parameter.ztst: Test out-of-rantge multiple
+	array subscripts with and without (@).
+
 2016-11-15  Jun-ichi Takimoto <takimoto-j@kba.biglobe.ne.jp>
 
 	* 39937: Src/params.c: fix a problem introduced by 39886.