hush: "adopt" ash var-utf8-length.tests

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
Denys Vlasenko 2017-07-06 19:29:23 +02:00
parent 7456298472
commit 3234045d07
3 changed files with 7 additions and 0 deletions

View File

@ -1,2 +1,4 @@
LANG=en_US.UTF-8
LC_ALL=en_US.UTF-8
X=abcdÉfghÍjklmnÓpqrstÚvwcyz
echo ${#X}

View File

@ -0,0 +1 @@
26

View File

@ -0,0 +1,4 @@
LANG=en_US.UTF-8
LC_ALL=en_US.UTF-8
X=abcdÉfghÍjklmnÓpqrstÚvwcyz
echo ${#X}