mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-09-20 16:01:04 +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>
|
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
|
* 40138: Test/D07multibyte.ztst: Put the regex test last as it
|
||||||
has an additional dependency, and note this in a failure
|
has an additional dependency, and note this in a failure
|
||||||
message.
|
message.
|
||||||
|
|
|
@ -549,7 +549,7 @@
|
||||||
"↓"
|
"↓"
|
||||||
}
|
}
|
||||||
: $functions)
|
: $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
|
if [[ -n ${$(locale -a 2>/dev/null)[(R)pl_PL.utf8]} ]]; then
|
||||||
(
|
(
|
||||||
|
@ -562,7 +562,7 @@
|
||||||
print ?
|
print ?
|
||||||
)
|
)
|
||||||
else
|
else
|
||||||
ZTST_skip="No Polish UTF-8 local found, skipping sort test"
|
ZTST_skip="No Polish UTF-8 locale found, skipping sort test"
|
||||||
fi
|
fi
|
||||||
0:Sorting of metafied Polish characters
|
0:Sorting of metafied Polish characters
|
||||||
>a ą b c ć d e ę f
|
>a ą b c ć d e ę f
|
||||||
|
|
Loading…
Reference in a new issue