diff options
Diffstat (limited to 'shell/hush_test')
-rw-r--r-- | shell/hush_test/hush-vars/var-utf8-length.right | 1 | ||||
-rwxr-xr-x | shell/hush_test/hush-vars/var-utf8-length.tests | 4 |
2 files changed, 5 insertions, 0 deletions
diff --git a/shell/hush_test/hush-vars/var-utf8-length.right b/shell/hush_test/hush-vars/var-utf8-length.right new file mode 100644 index 000000000..6f4247a62 --- /dev/null +++ b/shell/hush_test/hush-vars/var-utf8-length.right @@ -0,0 +1 @@ +26 diff --git a/shell/hush_test/hush-vars/var-utf8-length.tests b/shell/hush_test/hush-vars/var-utf8-length.tests new file mode 100755 index 000000000..b6e87f191 --- /dev/null +++ b/shell/hush_test/hush-vars/var-utf8-length.tests @@ -0,0 +1,4 @@ +LANG=en_US.UTF-8 +LC_ALL=en_US.UTF-8 +X=abcdÉfghÍjklmnÓpqrstÚvwcyz +echo ${#X} |