aboutsummaryrefslogtreecommitdiffstats
path: root/shell_cmds/sh/tests/parser/dollar-quote11.0
diff options
context:
space:
mode:
Diffstat (limited to 'shell_cmds/sh/tests/parser/dollar-quote11.0')
-rw-r--r--shell_cmds/sh/tests/parser/dollar-quote11.08
1 files changed, 8 insertions, 0 deletions
diff --git a/shell_cmds/sh/tests/parser/dollar-quote11.0 b/shell_cmds/sh/tests/parser/dollar-quote11.0
new file mode 100644
index 0000000..b9db067
--- /dev/null
+++ b/shell_cmds/sh/tests/parser/dollar-quote11.0
@@ -0,0 +1,8 @@
+# $FreeBSD: head/bin/sh/tests/parser/dollar-quote11.0 221669 2011-05-08 17:40:10Z jilles $
+
+# some sort of 't' outside BMP
+s=$s$(printf '\360\235\225\245')
+
+# Start a new shell so the locale change is picked up.
+ss="$(LC_ALL=en_US.UTF-8 ${SH} -c "printf %s \$'\U0001d565'")"
+[ "$s" = "$ss" ]