about summary refs log tree commit diff
path: root/Test/D07multibyte.ztst
diff options
context:
space:
mode:
authorPeter Stephenson <pws@users.sourceforge.net>2008-10-30 15:34:18 +0000
committerPeter Stephenson <pws@users.sourceforge.net>2008-10-30 15:34:18 +0000
commit25833cc89eef879857100d321c2140ff13f63886 (patch)
tree3a7c1d97cd0d1c01238aaac8b185e9894e31b028 /Test/D07multibyte.ztst
parent176e0dc8217d97be260bdb8f38e7bd5ddeecdf95 (diff)
downloadzsh-25833cc89eef879857100d321c2140ff13f63886.tar.gz
zsh-25833cc89eef879857100d321c2140ff13f63886.tar.xz
zsh-25833cc89eef879857100d321c2140ff13f63886.zip
25969: two bugs with metafication plus a test for one
Diffstat (limited to 'Test/D07multibyte.ztst')
-rw-r--r--Test/D07multibyte.ztst7
1 files changed, 7 insertions, 0 deletions
diff --git a/Test/D07multibyte.ztst b/Test/D07multibyte.ztst
index f8b00fb88..1d440ee30 100644
--- a/Test/D07multibyte.ztst
+++ b/Test/D07multibyte.ztst
@@ -403,3 +403,10 @@
 0:Backslashes and metafied characters in patterns
 >Matched against glob/()Ą/*
 >Matched against glob/()Ā/*
+
+  mkdir 梶浦由記 'Пётр Ильич Чайковский'
+  (cd 梶浦由記; print ${${(%):-%~}:t})
+  (cd 'Пётр Ильич Чайковский'; print ${${(%):-%~}:t})
+0:Metafied characters in prompt expansion
+>梶浦由記
+>Пётр Ильич Чайковский