about summary refs log tree commit diff
path: root/Test/D07multibyte.ztst
diff options
context:
space:
mode:
authorPeter Stephenson <pws@users.sourceforge.net>2006-06-30 09:41:34 +0000
committerPeter Stephenson <pws@users.sourceforge.net>2006-06-30 09:41:34 +0000
commit4cd7b957f382c1d961641629a84ada8384953598 (patch)
tree953744b3c8ffd0e1da315b8bf10f044f1f6a0a7b /Test/D07multibyte.ztst
parent92737d2c42f8df17ce910a2ca04fd09b84a5b6a3 (diff)
downloadzsh-4cd7b957f382c1d961641629a84ada8384953598.tar.gz
zsh-4cd7b957f382c1d961641629a84ada8384953598.tar.xz
zsh-4cd7b957f382c1d961641629a84ada8384953598.zip
22529: multibyte conversion in math expressions
Diffstat (limited to 'Test/D07multibyte.ztst')
-rw-r--r--Test/D07multibyte.ztst10
1 files changed, 10 insertions, 0 deletions
diff --git a/Test/D07multibyte.ztst b/Test/D07multibyte.ztst
index 4d364d879..c30bf1172 100644
--- a/Test/D07multibyte.ztst
+++ b/Test/D07multibyte.ztst
@@ -155,3 +155,13 @@
 >ølaf ødd øpened án encyclopædia
 >Ølaf Ødd Øpened Án Encyclopædia
 >Ølaf Ødd Øpened Án Encyclopædia
+
+  print $(( ##¥ ))
+  pound=£
+  print $(( #pound ))
+  alpha=α
+  print $(( ##α )) $(( #alpha ))
+0:Conversion to Unicode in mathematical expressions
+>165
+>163
+>945 945