mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-06-27 12:21:00 +02:00
unposted: minor D07 typos
This commit is contained in:
parent
2e307108a0
commit
063391f0d9
2 changed files with 4 additions and 2 deletions
|
@ -1,5 +1,7 @@
|
|||
2016-12-09 Peter Stephenson <p.stephenson@samsung.com>
|
||||
|
||||
* unposted: Test/D07multibyte.ztst: minor typos.
|
||||
|
||||
* 40138: Test/D07multibyte.ztst: Put the regex test last as it
|
||||
has an additional dependency, and note this in a failure
|
||||
message.
|
||||
|
|
|
@ -549,7 +549,7 @@
|
|||
"↓"
|
||||
}
|
||||
: $functions)
|
||||
0:Multibtye handled of functions parameter
|
||||
0:Multibtye handling of functions parameter
|
||||
|
||||
if [[ -n ${$(locale -a 2>/dev/null)[(R)pl_PL.utf8]} ]]; then
|
||||
(
|
||||
|
@ -562,7 +562,7 @@
|
|||
print ?
|
||||
)
|
||||
else
|
||||
ZTST_skip="No Polish UTF-8 local found, skipping sort test"
|
||||
ZTST_skip="No Polish UTF-8 locale found, skipping sort test"
|
||||
fi
|
||||
0:Sorting of metafied Polish characters
|
||||
>a ą b c ć d e ę f
|
||||
|
|
Loading…
Reference in a new issue