summaryrefslogtreecommitdiffstats
path: root/tests/extglob2.sub
diff options
context:
space:
mode:
Diffstat (limited to 'tests/extglob2.sub')
-rw-r--r--tests/extglob2.sub7
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/extglob2.sub b/tests/extglob2.sub
new file mode 100644
index 0000000..f4a3b37
--- /dev/null
+++ b/tests/extglob2.sub
@@ -0,0 +1,7 @@
+LANG=en_US.UTF-8
+
+shopt -s extglob
+a="aaaäöü"
+
+echo "${a}" "${a//?aa}" "${a//\aaa}"
+exit 0