about summary refs log tree commit diff
diff options
context:
space:
mode:
authorPeter Stephenson <p.w.stephenson@ntlworld.com>2015-09-19 20:22:19 +0100
committerPeter Stephenson <p.w.stephenson@ntlworld.com>2015-09-19 20:22:19 +0100
commitcc44b10da1bcc4af87fb7bb0336177a31798608e (patch)
treeb17c365a91359c8f82a21300dc7beb8dbb8aa7e1
parent07796811b03f58f2f143cd2860c67c9896c71acb (diff)
downloadzsh-cc44b10da1bcc4af87fb7bb0336177a31798608e.tar.gz
zsh-cc44b10da1bcc4af87fb7bb0336177a31798608e.tar.xz
zsh-cc44b10da1bcc4af87fb7bb0336177a31798608e.zip
unposted: fix typo in test
-rw-r--r--ChangeLog4
-rw-r--r--Test/D07multibyte.ztst2
2 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index ab1b0bbf9..2852b4de9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2015-09-19  Peter Stephenson  <p.w.stephenson@ntlworld.com>
+
+	* unposted: Test/D07multibyte.ztst: fix typo.
+
 2015-09-18  Barton E. Schaefer  <schaefer@zsh.org>
 
 	* unposted (cf. users/20586): Doc/Zsh/builtins.yo: clean up
diff --git a/Test/D07multibyte.ztst b/Test/D07multibyte.ztst
index 5ae9b2c12..dff2ec12f 100644
--- a/Test/D07multibyte.ztst
+++ b/Test/D07multibyte.ztst
@@ -543,6 +543,6 @@
 
   [[ $'\xe3' == [[:INCOMPLETE:]] ]] || print fail 1
   [[ $'\xe3\x83' == [[:INCOMPLETE:]][[:INVALID:]] ]] || print fail 2
-  [[ $'\xe3\x83\x9b' != [[:INCOMPLETE:][:NVALID:]] ]] || print fail 3
+  [[ $'\xe3\x83\x9b' != [[:INCOMPLETE:][:INVALID:]] ]] || print fail 3
   [[ $'\xe3\x83\x9b' = ? ]] || print fail 4
 0:Testing incomplete and invalid multibyte character components