mirror of https://github.com/mirror/busybox.git
hush: "adopt" ash var-utf8-length.tests
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>1_28_stable
parent
7456298472
commit
3234045d07
|
@ -1,2 +1,4 @@
|
||||||
|
LANG=en_US.UTF-8
|
||||||
|
LC_ALL=en_US.UTF-8
|
||||||
X=abcdÉfghÍjklmnÓpqrstÚvwcyz
|
X=abcdÉfghÍjklmnÓpqrstÚvwcyz
|
||||||
echo ${#X}
|
echo ${#X}
|
||||||
|
|
|
@ -0,0 +1 @@
|
||||||
|
26
|
|
@ -0,0 +1,4 @@
|
||||||
|
LANG=en_US.UTF-8
|
||||||
|
LC_ALL=en_US.UTF-8
|
||||||
|
X=abcdÉfghÍjklmnÓpqrstÚvwcyz
|
||||||
|
echo ${#X}
|
Loading…
Reference in New Issue