mirror of
git://git.code.sf.net/p/zsh/code
synced 2024-12-29 16:25:35 +01:00
unposted: fix typo in test
This commit is contained in:
parent
07796811b0
commit
cc44b10da1
2 changed files with 5 additions and 1 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue