diff options
Diffstat (limited to 'shell_cmds/sh/tests/parser/dollar-quote7.0')
| -rw-r--r-- | shell_cmds/sh/tests/parser/dollar-quote7.0 | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/shell_cmds/sh/tests/parser/dollar-quote7.0 b/shell_cmds/sh/tests/parser/dollar-quote7.0 new file mode 100644 index 0000000..c866b1a --- /dev/null +++ b/shell_cmds/sh/tests/parser/dollar-quote7.0 @@ -0,0 +1,6 @@ +# $FreeBSD$ + +set -e + +[ $'\u0024\u0040\u0060' = '$@`' ] +[ $'\U00000024\U00000040\U00000060' = '$@`' ] |
