xref
: /
freebsd
/
bin
/
sh
/
tests
/
parser
/
dollar-quote7.0
(revision fe75646a0234a261c0013bf1840fdac4acaf0cec)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
2
set -e
3
4
[ $'\u0024\u0040\u0060' = '$@`' ]
5
[ $'\U00000024\U00000040\U00000060' = '$@`' ]
6