hush: "adopt" ash var-utf8-length.tests
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
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
|
||||
echo ${#X}
|
||||
|
1
shell/hush_test/hush-vars/var-utf8-length.right
Normal file
1
shell/hush_test/hush-vars/var-utf8-length.right
Normal file
@ -0,0 +1 @@
|
||||
26
|
4
shell/hush_test/hush-vars/var-utf8-length.tests
Executable file
4
shell/hush_test/hush-vars/var-utf8-length.tests
Executable file
@ -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
Block a user